From 9f963f47008db564968fe224d298f6c636d6eb56 Mon Sep 17 00:00:00 2001 From: Madison Date: Tue, 29 Apr 2025 23:41:46 -0700 Subject: [PATCH] Added flags in footer hugo file. --- hugo.toml | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) diff --git a/hugo.toml b/hugo.toml index 99e1b8c..ac9cbe7 100644 --- a/hugo.toml +++ b/hugo.toml @@ -2,8 +2,49 @@ baseURL = 'https://example.org/' languageCode = 'en-us' title = "Don't give huskies technology. They break things." theme = 'hugo-PaperMod' + +[menus] + [[menus.main]] + identifier = "tags" + name = "Tags" + url = "/tags/" + weight = 20 + [[menus.main]] + identifier = "home" + name = "Home" + url = "/" + weight = 10 + [[menus.main]] + identifier = "about" + name = "About" + url = "/about" + weight = 11 + [[menus.main]] + identifier = "rss" + name = "RSS" + url = "/index.xml" + weight = 12 + [[menus.main]] + identifier = "madiart" + name = "The Art Of Madi" + url = "https://hothusky.art" + weight = 21 + + +[params] author = 'Madison' ShowReadingTime = true +showtoc = true +disableSpecial1stPost = true [params.footer] hideCopyright = true +[[params.footer.images]] + path = "/images/Censor_14c.gif" + url = "https://www.mabsland.com/Adoption.html" +[[params.footer.images]] + path = "/images/progress-pride-88x31.png" +[[params.footer.images]] + path = "/images/transflag.svg" +[[params.footer.images]] + path = "/images/panflag.svg" \ No newline at end of file