homepage/config.toml

83 lines
1.9 KiB
TOML
Raw Permalink 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:38:18 +00:00
copyright = 'CC-By-NC-4.0'
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
2019-07-01 22:04:55 +00:00
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"
2019-07-01 16:20:47 +00:00
2019-07-01 20:00: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"
2019-07-01 16:20:47 +00:00
2019-07-01 20:00:47 +00:00
[languages.en.params.logo]
logoText = "[MH @ Obermui ~]#"
logoHomeLink = ""
2019-06-23 23:17:14 +00:00
2019-07-01 20:00:47 +00:00
[languages.en.menu]
[[languages.en.menu.main]]
identifier = "about"
name = "About"
url = "/about"
2019-07-06 23:37:08 +00:00
weight = -1
2019-07-01 20:00:47 +00:00
[[languages.en.menu.main]]
identifier = "post"
name = "Posts"
url = "/post"
2019-07-06 23:37:08 +00:00
weight = 1
2019-07-01 20:00:47 +00:00
[[languages.en.menu.main]]
identifier = "project"
name = "Projects"
2019-07-01 20:57:42 +00:00
url = "/projects"
2019-07-06 23:37:08 +00:00
weight = 2
2019-07-06 23:30:56 +00:00
[[languages.en.menu.main]]
identifier = "services"
name = "Services"
url = "/services"
2019-07-06 23:37:08 +00:00
weight = 3
2019-07-01 20:00:47 +00:00
[[languages.en.menu.main]]
identifier = "rss"
name = "RSS"
url = "/index.xml"
2019-07-06 23:37:08 +00:00
weight = 10
[privacy]
[privacy.disqus]
disable = true
[privacy.googleAnalytics]
disable = true
[privacy.instagram]
disable = true
[privacy.twitter]
disable = true
[privacy.vimeo]
2019-07-01 20:04:13 +00:00
simple = true
[privacy.youtube]
2019-07-01 20:04:13 +00:00
privacyEnhanced = true