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