config theme Menue & title

This commit is contained in:
6543 2019-07-01 18:20:47 +02:00
parent 083e2d796e
commit ee091182e4
1 changed files with 23 additions and 0 deletions

View File

@ -26,3 +26,26 @@ defaultContentLanguage = "en"
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"
[[languages.en.menu.main]]
identifier = "post"
name = "Posts"
url = "/post"