hugo-rottenwheel/hugo.toml

20 lines
314 B
TOML
Raw Normal View History

baseURL = 'https://blog.rottenwheel.com/'
2024-07-14 06:37:57 +00:00
languageCode = 'en-us'
title = 'rottenblog'
2024-09-01 04:37:10 +00:00
theme = 'rottentheme'
disableKinds = ['taxonomy']
2024-07-14 06:37:57 +00:00
enableRobotsTXT = true
2024-09-06 04:01:21 +00:00
[[menu.main]]
url = "/index.xml"
name = "RSS"
2024-07-14 06:37:57 +00:00
[menu]
[[menu.main]]
url = "/"
name = "blog"
[[menu.main]]
url = "https://rottenwheel.com"
name = "about"