update menu links
authorAngeloR <xangelo@gmail.com>
Mon, 12 Jan 2026 15:06:23 +0000 (10:06 -0500)
committerAngeloR <xangelo@gmail.com>
Mon, 12 Jan 2026 15:07:18 +0000 (10:07 -0500)
config.toml

index 785355784976f5fee45e164a579f2d1efb9a1410..345ea502ad383b21d0d8fdbb93ea5a268170bb73 100644 (file)
@@ -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]