homepage/config.toml

53 lines
1.4 KiB
TOML
Raw Normal View History

2019-06-23 23:17:14 +00:00
baseURL = "https://mh.obermui.de/"
2019-06-23 23:25:21 +00:00
title = "MH Site"
2019-06-23 23:17:14 +00:00
2019-07-01 16:11:28 +00:00
languageCode = "en-en"
theme = "terminal"
2019-06-23 23:17:14 +00:00
paginate = 5 #entrys per site
defaultContentLanguage = "en"
2019-07-01 19:36:10 +00:00
#copyright = 'CC-By-NC-4.0'
2019-07-01 19:36:39 +00:00
copyright = 'Website released by CC-By-NC-4.0 2019 :: Powerd by Hugo :: Theme by panr :: <a href="/impressum">Impressum</a>'
2019-06-23 23:17:14 +00:00
[author]
name = "MH"
github = "6543"
2019-07-01 17:19:36 +00:00
gitea = "https://code.obermui.de/6543"
2019-06-23 23:17:14 +00:00
[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"
2019-07-01 16:20:47 +00:00
[languages]
[languages.en]
title = "MH Site"
subtitle = "A simple Homepage"
keywords = "Homepage 6543"
menuMore = "Show more"
readMore = "Read more"
readOtherPosts = "Read other posts"
[languages.en.params.logo]
logoText = "[MH @ Obermui ~]#"
logoHomeLink = "/"
2019-06-23 23:17:14 +00:00
2019-07-01 16:20:47 +00:00
[languages.en.menu]
[[languages.en.menu.main]]
identifier = "about"
name = "About"
url = "/about"
[[languages.en.menu.main]]
identifier = "post"
name = "Posts"
url = "/post"