Adjust naming
This commit is contained in:
parent
fa8af73671
commit
f5c2d4fd5a
12
config.toml
12
config.toml
|
@ -39,28 +39,28 @@ copyright = "This work is licensed under a Creative Commons Attribution-ShareAli
|
||||||
name = "Reddit"
|
name = "Reddit"
|
||||||
url = "https://old.reddit.com/u/djbon2112"
|
url = "https://old.reddit.com/u/djbon2112"
|
||||||
|
|
||||||
[menus]
|
[menu]
|
||||||
[[menus.main]]
|
[[menu.main]]
|
||||||
identifier = "home"
|
identifier = "home"
|
||||||
name = "Home"
|
name = "Home"
|
||||||
url = "/"
|
url = "/"
|
||||||
weight = 1
|
weight = 1
|
||||||
[[menus.main]]
|
[[menu.main]]
|
||||||
identifier = "welcome"
|
identifier = "welcome"
|
||||||
name = "Welcome"
|
name = "Welcome"
|
||||||
url = "/welcome/"
|
url = "/welcome/"
|
||||||
weight = 2
|
weight = 2
|
||||||
[[menus.main]]
|
[[menu.main]]
|
||||||
identifier = "legal"
|
identifier = "legal"
|
||||||
name = "Legal"
|
name = "Legal"
|
||||||
url = "/legal/"
|
url = "/legal/"
|
||||||
weight = 3
|
weight = 3
|
||||||
[[menus.about]]
|
[[menu.about]]
|
||||||
identifier = "cv"
|
identifier = "cv"
|
||||||
name = "My CV"
|
name = "My CV"
|
||||||
url = "/cv/"
|
url = "/cv/"
|
||||||
weight = 1
|
weight = 1
|
||||||
[[menus.about]]
|
[[menu.about]]
|
||||||
identifier = "hardware"
|
identifier = "hardware"
|
||||||
name = "My Hardware"
|
name = "My Hardware"
|
||||||
url = "/hardware/"
|
url = "/hardware/"
|
||||||
|
|
Loading…
Reference in New Issue