mykiwi/mykiwi.blogpublic Fork 0
ab57bea
Commits
Clone
git clone https://git.rickub.com/mykiwi/mykiwi.blog.git
git clone ssh://git@rickub.com/mykiwi/mykiwi.blog.git

Host key fingerprint (ed25519): SHA256:iycHnxEyq0Q7uyVpB7JlznP0G7JrTPXLYRcAU5CSLhc — verify it before your first connect.

Adapt urls & remove email

Romain Gautier committed 2026-09-18T22:41:50+02:00 Browse files
ab57bea parent: 8145a2a
modified blog/hugo.toml +4 -5
@@ -13,6 +13,10 @@ enableRobotsTXT = true
1313 # it as posts/hello-world.fr.md, .pt.md, .ja.md, .es.md.
1414 defaultContentLanguage = "en"
1515
16+[permalinks]
17+[permalinks.page]
18+posts = "/:year/:month/:day/:slug/"
19+
1620 [languages.en]
1721 baseURL = "https://mykiwi.blog/"
1822 label = "English"
@@ -92,11 +96,6 @@ key = "Code on GitHub"
9296 value = "@mykiwi"
9397 url = "https://github.com/mykiwi"
9498
95-[[params.profile.links]]
96-key = "email"
97-value = "hi@mykiwi.blog"
98-url = "mailto:hi@mykiwi.blog"
99-
10099 [markup.highlight]
101100 noClasses = false
102101
@@ -13,6 +13,10 @@ enableRobotsTXT = true
13 # it as posts/hello-world.fr.md, .pt.md, .ja.md, .es.md.13 # it as posts/hello-world.fr.md, .pt.md, .ja.md, .es.md.
14 defaultContentLanguage = "en"14 defaultContentLanguage = "en"
15 15
16+[permalinks]
17+[permalinks.page]
18+posts = "/:year/:month/:day/:slug/"
19+
16 [languages.en]20 [languages.en]
17 baseURL = "https://mykiwi.blog/"21 baseURL = "https://mykiwi.blog/"
18 label = "English"22 label = "English"
@@ -92,11 +96,6 @@ key = "Code on GitHub"
92 value = "@mykiwi"96 value = "@mykiwi"
93 url = "https://github.com/mykiwi"97 url = "https://github.com/mykiwi"
94 98
95-[[params.profile.links]]
96-key = "email"
97-value = "hi@mykiwi.blog"
98-url = "mailto:hi@mykiwi.blog"
99-
100 [markup.highlight]99 [markup.highlight]
101 noClasses = false100 noClasses = false
102 101