From 0ce837c099926a1a50f2e0c5c2b2021501d826cf Mon Sep 17 00:00:00 2001 From: AngeloR Date: Mon, 12 Jan 2026 10:06:23 -0500 Subject: [PATCH] update menu links --- config.toml | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) 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] -- 2.25.1