feat(config): update blog URL and add 'about' navigation link

Fix baseURL to 'https://blog.rottenwheel.com'.
Modifying main menu by linking 'blog' to home and adding
an  'about' link back to 'https://rottenwheel.com'.
This commit is contained in:
Kumi 2024-07-15 08:29:31 +02:00
parent 7ac23ec03b
commit d0aa620a3c
Signed by: kumi
GPG key ID: ECBCC9082395383F

View file

@ -1,4 +1,4 @@
baseURL = 'https://www.rottenwheel.com/'
baseURL = 'https://blog.rottenwheel.com/'
languageCode = 'en-us'
title = 'rottenwheel'
theme = 'hugo-rottenwheel'
@ -7,5 +7,9 @@ enableRobotsTXT = true
[menu]
[[menu.main]]
url = "/posts/"
url = "/"
name = "blog"
[[menu.main]]
url = "https://rottenwheel.com"
name = "about"