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"]
|
# ["orange", "blue", "red", "green", "pink"]
|
||||||
themeColor = "orange"
|
themeColor = "orange"
|
||||||
# if you set this to 0, only submenu trigger will be visible
|
# if you set this to 0, only submenu trigger will be visible
|
||||||
showMenuItems = 4
|
showMenuItems = 2
|
||||||
# set theme to full screen width
|
# set theme to full screen width
|
||||||
fullWidthTheme = false
|
fullWidthTheme = false
|
||||||
# center theme with default width
|
# center theme with default width
|
||||||
@ -45,6 +45,14 @@ copyright = 'CC-By-NC-4.0'
|
|||||||
identifier = "about"
|
identifier = "about"
|
||||||
name = "About"
|
name = "About"
|
||||||
url = "/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]]
|
[[languages.en.menu.main]]
|
||||||
identifier = "rss"
|
identifier = "rss"
|
||||||
name = "RSS"
|
name = "RSS"
|
||||||
|
Loading…
Reference in New Issue
Block a user