From: AngeloR Date: Mon, 12 Jan 2026 15:06:23 +0000 (-0500) Subject: update menu links X-Git-Url: https://git.xangelo.ca/?a=commitdiff_plain;h=0ce837c099926a1a50f2e0c5c2b2021501d826cf;p=xangelo.ca.git update menu links --- diff --git a/config.toml b/config.toml index 7853557..345ea50 100644 --- a/config.toml +++ b/config.toml @@ -3,7 +3,7 @@ author = "Angelo R" copyright = "Copyright © 2011 - 2022" paginator.pagerSize = 15 baseURL = "https://xangelo.ca" -theme = "brutalist-minimalist" +theme = "custom-mytheme" languageCode = "en-us" relativeURLs = true enableInlineShortcodes = true @@ -15,6 +15,24 @@ subtitle = "Technical musings and other tidbits" siteBaseName = "Xangelo.ca" bloglistLength = 15 +[menu] + [[menu.main]] + name = "Home" + url = "/" + weight = 1 + [[menu.main]] + name = "Links" + url = "/pages/links/" + weight = 3 + [[menu.main]] + name = "Posts" + url = "/posts/" + weight = 4 + [[menu.main]] + name = "RSS" + url = "/index.xml" + weight = 5 + [markup] [markup.goldmark] [markup.goldmark.renderer]