From 8bee963ae5940d3fec790e167983b35d4810ceae Mon Sep 17 00:00:00 2001 From: AngeloR Date: Thu, 12 Dec 2024 11:13:57 -0500 Subject: [PATCH] clean up configuration data --- config.toml | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/config.toml b/config.toml index 6ca8bd2..7853557 100644 --- a/config.toml +++ b/config.toml @@ -1,7 +1,7 @@ title = "Xangelo.ca" author = "Angelo R" copyright = "Copyright © 2011 - 2022" -paginate = 15 +paginator.pagerSize = 15 baseURL = "https://xangelo.ca" theme = "brutalist-minimalist" languageCode = "en-us" @@ -10,17 +10,6 @@ enableInlineShortcodes = true footnoteReturnLinkContents = "^" rssLimit = 15 -[menu] -[[menu.main]] -name = 'About' -pageRef = '/pages/about' -[[menu.main]] -name = 'Linkblog' -pageRef = '/pages/links' -[[menu.main]] -name = 'All Posts' -pageRef = '/list' - [params] subtitle = "Technical musings and other tidbits" siteBaseName = "Xangelo.ca" -- 2.25.1