Skip to content

Commit 633749e

Browse files
committed
k8s cilium ipv6 series p1, p2
1 parent bb23941 commit 633749e

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+558
-799
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
Public/
2-
public/
2+
public/
3+
content/draft

assets/img/ipv6-k3s-topo.png

-89.8 KB
Binary file not shown.

assets/img/k3s-ipv6-cilium.png

102 KB
Loading

assets/img/k8s-ipv6-infra.png

293 KB
Loading

config/_default/markup.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ noClasses = false
1010
wrapperClass = 'highlight'
1111

1212
[tableOfContents]
13-
startLevel = 1
14-
endLevel = 4
13+
startLevel = 2
14+
endLevel = 4

config/_default/menus.en.toml

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -24,24 +24,3 @@
2424
name = "About"
2525
pageRef = "about"
2626
weight = 50
27-
28-
#[[main]]
29-
# name = "Categories"
30-
# pageRef = "categories"
31-
# weight = 20
32-
33-
# -- Footer Menu --
34-
# The footer menu is displayed at the bottom of the page, just before
35-
# the copyright notice. Configure as per the main menu above.
36-
37-
38-
#[[footer]]
39-
#name = "Tags"
40-
#pageRef = "tags"
41-
#weight = 10
42-
43-
44-
# [[footer]]
45-
# name = "Categories"
46-
# pageRef = "categories"
47-
# weight = 20

config/_default/params.toml

Lines changed: 3 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ mainSections = ["posts", "projects"]
1717

1818
disableImageOptimization = false
1919
disableTextInHeader = false
20-
backgroundImageWidth = 1200
20+
backgroundImageWidth = 1000
2121
defaultBackgroundImage = "img/rack.jpg" # used as default for background images
2222
#defaultFeaturedImage = "" # used as default for featured images in all articles
2323

@@ -65,7 +65,7 @@ smartTOCHideUnfocusedChildren = true
6565
seriesOpened = true
6666
showHeadingAnchors = true
6767
showPagination = true
68-
invertPagination = false
68+
invertPagination = true
6969
showReadingTime = true
7070
showTableOfContents = true
7171
showRelatedContent = true
@@ -87,7 +87,7 @@ smartTOCHideUnfocusedChildren = true
8787
showLikes = false
8888
showTableOfContents = false
8989
showCards = false
90-
orderByWeight = false
90+
orderByWeight = true
9191
groupByYear = true
9292
cardView = false
9393
cardViewScreenWidth = false
@@ -116,31 +116,3 @@ smartTOCHideUnfocusedChildren = true
116116
groupByYear = true
117117
cardView = false
118118
cardViewScreenWidth = false
119-
120-
#[firebase]
121-
# apiKey = "XXXXXX"
122-
# authDomain = "XXXXXX"
123-
# projectId = "XXXXXX"
124-
# storageBucket = "XXXXXX"
125-
# messagingSenderId = "XXXXXX"
126-
# appId = "XXXXXX"
127-
# measurementId = "XXXXXX"
128-
129-
130-
#[buymeacoffee]
131-
# identifier = ""
132-
# globalWidget = true
133-
# globalWidgetMessage = "Hello"
134-
# globalWidgetColor = "#FFDD00"
135-
# globalWidgetPosition = "Right"
136-
137-
#[verification]
138-
# google = ""
139-
# bing = ""
140-
# pinterest = ""
141-
# yandex = ""
142-
# fediverse = ""
143-
144-
#[rssnext]
145-
# feedId = ""
146-
# userId = ""

content/posts/go-installer.md

Lines changed: 0 additions & 78 deletions
This file was deleted.

0 commit comments

Comments
 (0)