edit whole Menue
This commit is contained in:
parent
f457b43a66
commit
f7c88f41f7
10
config.toml
10
config.toml
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user