From c91d28e42218ac6a84b0241650336d70601b4457 Mon Sep 17 00:00:00 2001
From: Jeffrey Phillips Freeman <the@jeffreyfreeman.me>
Date: Sat, 21 Oct 2023 13:28:03 -0400
Subject: [PATCH] Removed some config options from the root config as they
 overrite those options in the site config

---
 CHANGELOG.md              | 2 ++
 config/_default/hugo.toml | 7 -------
 2 files changed, 2 insertions(+), 7 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index cb377b371..1b115395b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -11,6 +11,8 @@
     columns.
 * Removed significant portions of unused CSS to load quicker.
 * Improved responsive aspects of the CSS.
+* Several root settings in `/hugo.toml` were being overridden such as `paginate`
+    these should now be fixed
 
 ## 2.0.0
 
diff --git a/config/_default/hugo.toml b/config/_default/hugo.toml
index f65f0efef..0b78d9050 100644
--- a/config/_default/hugo.toml
+++ b/config/_default/hugo.toml
@@ -1,12 +1,5 @@
 Copyright = "Jeffrey Phillips Freeman 2023 - present"
 
-paginate = 20
-pygmentsCodeFences = true
-pygmentsCodeFencesGuessSyntax = true
-pygmentsStyle = "monokai"
-DefaultContentLanguage = "en"
-defaultContentLanguageInSubdir = false
-
 enableRobotsTXT = true
 uglyURLs=false
 pluralizelisttitles=false
-- 
GitLab