Fix menu
This commit is contained in:
parent
ac8d9e7eb3
commit
d064ba9790
1 changed files with 21 additions and 13 deletions
34
config.toml
34
config.toml
|
|
@ -51,37 +51,41 @@ preserveTaxonomyNames = true
|
||||||
showtoc = false
|
showtoc = false
|
||||||
enableAutoDarkMode = true
|
enableAutoDarkMode = true
|
||||||
# Nav links in the side bar
|
# Nav links in the side bar
|
||||||
[[menu.main]]
|
[[menu.global]]
|
||||||
name = "Home"
|
name = "Home"
|
||||||
url = "/"
|
url = "/"
|
||||||
weight = 1
|
weight = 1
|
||||||
|
|
||||||
[[menu.main]]
|
[[menu.global]]
|
||||||
name = "About"
|
name = "About"
|
||||||
url = "/stories/about/"
|
url = "/stories/about/"
|
||||||
weight = 2
|
weight = 2
|
||||||
|
|
||||||
[[menu.main]]
|
[[menu.global]]
|
||||||
name = "Privacy"
|
name = "Privacy"
|
||||||
url = "/stories/privacy/"
|
url = "/stories/privacy/"
|
||||||
weight = 3
|
weight = 3
|
||||||
|
|
||||||
[[menu.main]]
|
[[menu.global]]
|
||||||
name = "Photo Galleries"
|
name = "Photo Galleries"
|
||||||
url = "/photos/"
|
url = "/photos/"
|
||||||
weight = 4
|
weight = 4
|
||||||
|
|
||||||
#[[menu.main]]
|
[[menu.footer]]
|
||||||
#name = "Categories"
|
name = "About"
|
||||||
#url = "/categories/"
|
url = "/stories/about/"
|
||||||
#weight = 5
|
|
||||||
|
|
||||||
#[[menu.main]]
|
[[menu.global]]
|
||||||
#name = "Tags"
|
name = "Categories"
|
||||||
#url = "/tags/"
|
url = "/categories/"
|
||||||
#weight = 6
|
weight = 5
|
||||||
|
|
||||||
#[[menu.main]]
|
[[menu.global]]
|
||||||
|
name = "Tags"
|
||||||
|
url = "/tags/"
|
||||||
|
weight = 6
|
||||||
|
|
||||||
|
#[[menu.global]]
|
||||||
#name = "Get in touch"
|
#name = "Get in touch"
|
||||||
#url = "contact/"
|
#url = "contact/"
|
||||||
#weight = 5
|
#weight = 5
|
||||||
|
|
@ -108,6 +112,10 @@ preserveTaxonomyNames = true
|
||||||
instagram = "https://www.instagram.com/duckunix/"
|
instagram = "https://www.instagram.com/duckunix/"
|
||||||
github = "https://github.com/duckunix"
|
github = "https://github.com/duckunix"
|
||||||
|
|
||||||
|
[sitemap]
|
||||||
|
changefreq = "monthly"
|
||||||
|
priority = 0.5
|
||||||
|
filename = "sitemap.xml"
|
||||||
|
|
||||||
#[outputs]
|
#[outputs]
|
||||||
# home = [ "RSS", "HTML"]
|
# home = [ "RSS", "HTML"]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue