homepage/config.toml
6543 5ee07dcb4b switch basic things
- change git submodule
- rm usless .gitkeep
- rm old theme
- change global config to get theme terminal to work
2019-07-01 18:09:26 +02:00

26 lines
661 B
TOML

baseURL = "https://mh.obermui.de/"
languageCode = "de-de"
title = "MH Site"
theme = "terminal"
#copyright = "CC-By-NC-4.0"
[author]
name = "MH"
github = "6543"
gitea = "https://git.altinsystems.d"
[params]
# dir name of your blog content (default is `content/posts`)
contentTypeName = "post"
# ["orange", "blue", "red", "green", "pink"]
themeColor = "orange"
# if you set this to 0, only submenu trigger will be visible
showMenuItems = 4
# set theme to full screen width
fullWidthTheme = false
# center theme with default width
centerTheme = true
# set a custom favicon (default is a `themeColor` square)
# favicon = "favicon.ico"