Skip to content

Commit c659643

Browse files
committed
Update title, menu and home info
- Change the title to correspond what we had in medium.com - enable share buttons - Add home info params / Switch to PaperMod's homeInfo mode - Drop "Posts" from main menu Signed-off-by: Natanael Copa <[email protected]>
1 parent d458689 commit c659643

File tree

1 file changed

+18
-7
lines changed

1 file changed

+18
-7
lines changed

hugo.yaml

Lines changed: 18 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
baseURL: https://psychic-dollop-ywg1jrq.pages.github.io/
22
languageCode: en
3-
title: The k0s project blog
3+
title: k0s - The Kubernetes Distribution
44
theme: PaperMod
55
enableRobotsTXT: true
66
canonifyURLs: false
@@ -13,23 +13,34 @@ params:
1313
showReadingTime: true
1414
showPostNavLinks: true
1515
showCodeCopyButtons: true
16+
showShareButtons: true
1617
descriptions: true
1718
author: k0s team
19+
homeInfoParams:
20+
Title: k0s - The Kubernetes Distribution
21+
Content: The Official Blog of k0s Community
22+
socialIcons:
23+
- name: Website
24+
url: https://k0sproject.io
25+
- name: GitHub
26+
url: https://github.com/k0sproject
27+
- name: X
28+
url: https://x.com/k0sproject
29+
- name: Slack
30+
url: https://kubernetes.slack.com/archives/C0809EA06QZ
31+
1832
outputs:
1933
home:
2034
- HTML
2135
- RSS
2236
menu:
2337
main:
24-
- name: Posts
25-
url: /posts/
26-
weight: 10
2738
- name: About
2839
url: /about/
29-
weight: 20
40+
weight: 10
3041
- name: Archive
3142
url: /archives/
32-
weight: 30
43+
weight: 20
3344
- name: Tags
3445
url: /tags/
35-
weight: 40
46+
weight: 30

0 commit comments

Comments
 (0)