hugo-rottenwheel/hugo.toml
2024-07-14 23:56:46 -05:00

11 lines
238 B
TOML

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