clean up configuration data
authorAngeloR <xangelo@gmail.com>
Thu, 12 Dec 2024 16:13:57 +0000 (11:13 -0500)
committerAngeloR <xangelo@gmail.com>
Thu, 12 Dec 2024 16:13:57 +0000 (11:13 -0500)
config.toml

index 6ca8bd2e56b5fd56546737c7b5dc04673901f9da..785355784976f5fee45e164a579f2d1efb9a1410 100644 (file)
@@ -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"