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
|
||||
enableAutoDarkMode = true
|
||||
# Nav links in the side bar
|
||||
[[menu.main]]
|
||||
[[menu.global]]
|
||||
name = "Home"
|
||||
url = "/"
|
||||
weight = 1
|
||||
|
||||
[[menu.main]]
|
||||
[[menu.global]]
|
||||
name = "About"
|
||||
url = "/stories/about/"
|
||||
weight = 2
|
||||
|
||||
[[menu.main]]
|
||||
[[menu.global]]
|
||||
name = "Privacy"
|
||||
url = "/stories/privacy/"
|
||||
weight = 3
|
||||
|
||||
[[menu.main]]
|
||||
[[menu.global]]
|
||||
name = "Photo Galleries"
|
||||
url = "/photos/"
|
||||
weight = 4
|
||||
|
||||
#[[menu.main]]
|
||||
#name = "Categories"
|
||||
#url = "/categories/"
|
||||
#weight = 5
|
||||
[[menu.footer]]
|
||||
name = "About"
|
||||
url = "/stories/about/"
|
||||
|
||||
#[[menu.main]]
|
||||
#name = "Tags"
|
||||
#url = "/tags/"
|
||||
#weight = 6
|
||||
[[menu.global]]
|
||||
name = "Categories"
|
||||
url = "/categories/"
|
||||
weight = 5
|
||||
|
||||
#[[menu.main]]
|
||||
[[menu.global]]
|
||||
name = "Tags"
|
||||
url = "/tags/"
|
||||
weight = 6
|
||||
|
||||
#[[menu.global]]
|
||||
#name = "Get in touch"
|
||||
#url = "contact/"
|
||||
#weight = 5
|
||||
|
|
@ -108,6 +112,10 @@ preserveTaxonomyNames = true
|
|||
instagram = "https://www.instagram.com/duckunix/"
|
||||
github = "https://github.com/duckunix"
|
||||
|
||||
[sitemap]
|
||||
changefreq = "monthly"
|
||||
priority = 0.5
|
||||
filename = "sitemap.xml"
|
||||
|
||||
#[outputs]
|
||||
# home = [ "RSS", "HTML"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue