From: AngeloR Date: Thu, 12 Dec 2024 16:13:57 +0000 (-0500) Subject: clean up configuration data X-Git-Url: https://git.xangelo.ca/?a=commitdiff_plain;h=8bee963ae5940d3fec790e167983b35d4810ceae;p=xangelo.ca.git clean up configuration data --- 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"