From d064ba9790f0143afdb440d0810b298b962586d9 Mon Sep 17 00:00:00 2001 From: Don Harper Date: Tue, 7 Feb 2023 23:03:47 -0600 Subject: [PATCH] Fix menu --- config.toml | 34 +++++++++++++++++++++------------- 1 file changed, 21 insertions(+), 13 deletions(-) diff --git a/config.toml b/config.toml index 5df34616..ea56381f 100644 --- a/config.toml +++ b/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"]