homepage/config.toml

83 lines
1.9 KiB
TOML

baseURL = "https://mh.obermui.de/"
title = "MH Site"
languageCode = "en-en"
theme = "terminal"
paginate = 5 #entrys per site
defaultContentLanguage = "en"
copyright = 'CC-By-NC-4.0'
[author]
name = "MH"
github = "6543"
gitea = "https://code.obermui.de/6543"
[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 = 3
# 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"
[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 = ""
[languages.en.menu]
[[languages.en.menu.main]]
identifier = "about"
name = "About"
url = "/about"
weight = -1
[[languages.en.menu.main]]
identifier = "post"
name = "Posts"
url = "/post"
weight = 1
[[languages.en.menu.main]]
identifier = "project"
name = "Projects"
url = "/projects"
weight = 2
[[languages.en.menu.main]]
identifier = "services"
name = "Services"
url = "/services"
weight = 3
[[languages.en.menu.main]]
identifier = "rss"
name = "RSS"
url = "/index.xml"
weight = 10
[privacy]
[privacy.disqus]
disable = true
[privacy.googleAnalytics]
disable = true
[privacy.instagram]
disable = true
[privacy.twitter]
disable = true
[privacy.vimeo]
simple = true
[privacy.youtube]
privacyEnhanced = true