mirror of
https://github.com/rottenwheel/hugo-rottenwheel.git
synced 2024-11-08 19:50:04 +00:00
Kumi
bd33e958ac
Updated the title across the website from "rottenwheel" to "rottenblog". Also removed title and description elements from the homepage layout.
15 lines
272 B
TOML
15 lines
272 B
TOML
baseURL = 'https://blog.rottenwheel.com/'
|
|
languageCode = 'en-us'
|
|
title = 'rottenblog'
|
|
theme = 'hugo-rottenwheel'
|
|
disableKinds = ['taxonomy']
|
|
enableRobotsTXT = true
|
|
|
|
[menu]
|
|
[[menu.main]]
|
|
url = "/"
|
|
name = "blog"
|
|
|
|
[[menu.main]]
|
|
url = "https://rottenwheel.com"
|
|
name = "about"
|