This commit is contained in:
Don Harper 2023-02-07 23:03:47 -06:00
parent ac8d9e7eb3
commit d064ba9790

View file

@ -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"]