edit whole Menue

This commit is contained in:
6543 2019-07-01 22:00:47 +02:00
parent f457b43a66
commit f7c88f41f7
1 changed files with 29 additions and 21 deletions

View File

@ -19,7 +19,7 @@ copyright = 'CC-By-NC-4.0'
# ["orange", "blue", "red", "green", "pink"]
themeColor = "orange"
# if you set this to 0, only submenu trigger will be visible
showMenuItems = 4
showMenuItems = 2
# set theme to full screen width
fullWidthTheme = false
# center theme with default width
@ -45,6 +45,14 @@ copyright = 'CC-By-NC-4.0'
identifier = "about"
name = "About"
url = "/about"
[[languages.en.menu.main]]
identifier = "post"
name = "Posts"
url = "/post"
[[languages.en.menu.main]]
identifier = "project"
name = "Projects"
url = "/project"
[[languages.en.menu.main]]
identifier = "rss"
name = "RSS"