11 lines
238 B
TOML
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"
|