Kumi
d0aa620a3c
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'.
15 lines
273 B
TOML
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"
|