Removed some config options from the root config as they overrite those options in the site config

This commit is contained in:
Jeffrey Phillips Freeman 2023-10-21 13:28:03 -04:00
parent 52a8b3ef65
commit c91d28e422
No known key found for this signature in database
GPG key ID: AD914585C9406B6A
2 changed files with 2 additions and 7 deletions

View file

@ -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

View file

@ -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