shrink menu
This commit is contained in:
parent
b485669bb5
commit
880c5aea6b
18
config.toml
18
config.toml
|
@ -60,14 +60,6 @@ pygmentsCodefencesGuessSyntax = true
|
|||
# title will be shown when you hover on this menu link.
|
||||
title = ""
|
||||
weight = 1
|
||||
[[languages.en.menu.main]]
|
||||
identifier = "categories"
|
||||
pre = ""
|
||||
post = ""
|
||||
name = "Categories"
|
||||
url = "/categories/"
|
||||
title = ""
|
||||
weight = 2
|
||||
[[languages.en.menu.main]]
|
||||
identifier = "projects"
|
||||
pre = ""
|
||||
|
@ -75,7 +67,7 @@ pygmentsCodefencesGuessSyntax = true
|
|||
name = "Projects"
|
||||
url = "/projects/"
|
||||
title = ""
|
||||
weight = 3
|
||||
weight = 2
|
||||
[[languages.en.menu.main]]
|
||||
identifier = "academic"
|
||||
pre = ""
|
||||
|
@ -83,7 +75,7 @@ pygmentsCodefencesGuessSyntax = true
|
|||
name = "Academic"
|
||||
url = "/academic/"
|
||||
title = ""
|
||||
weight = 4
|
||||
weight = 3
|
||||
[[languages.en.menu.main]]
|
||||
identifier = "links"
|
||||
pre = ""
|
||||
|
@ -91,7 +83,7 @@ pygmentsCodefencesGuessSyntax = true
|
|||
name = "Links"
|
||||
url = "/links/"
|
||||
title = ""
|
||||
weight = 5
|
||||
weight = 4
|
||||
[[languages.en.menu.main]]
|
||||
identifier = "about"
|
||||
pre = ""
|
||||
|
@ -99,7 +91,7 @@ pygmentsCodefencesGuessSyntax = true
|
|||
name = "About"
|
||||
url = "/about/"
|
||||
title = ""
|
||||
weight = 6
|
||||
weight = 5
|
||||
[[languages.en.menu.main]]
|
||||
identifier = "impressum"
|
||||
pre = ""
|
||||
|
@ -107,7 +99,7 @@ pygmentsCodefencesGuessSyntax = true
|
|||
name = "Impressum"
|
||||
url = "/impressum/"
|
||||
title = ""
|
||||
weight = 7
|
||||
weight = 6
|
||||
|
||||
[languages.en.params]
|
||||
# site description
|
||||
|
|
Loading…
Reference in a new issue