hugo-rottenwheel/hugo.toml
Kumi d0aa620a3c
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'.
2024-07-15 08:29:31 +02:00

15 lines
273 B
TOML

baseURL = 'https://blog.rottenwheel.com/'
languageCode = 'en-us'
title = 'rottenwheel'
theme = 'hugo-rottenwheel'
disableKinds = ['taxonomy']
enableRobotsTXT = true
[menu]
[[menu.main]]
url = "/"
name = "blog"
[[menu.main]]
url = "https://rottenwheel.com"
name = "about"