Skip to content
Snippets Groups Projects
Verified Commit c91d28e4 authored by Jeffrey Phillips Freeman's avatar Jeffrey Phillips Freeman :boom:
Browse files

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

parent 52a8b3ef
No related branches found
No related tags found
No related merge requests found
...@@ -11,6 +11,8 @@ ...@@ -11,6 +11,8 @@
columns. columns.
* Removed significant portions of unused CSS to load quicker. * Removed significant portions of unused CSS to load quicker.
* Improved responsive aspects of the CSS. * 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 ## 2.0.0
......
Copyright = "Jeffrey Phillips Freeman 2023 - present" Copyright = "Jeffrey Phillips Freeman 2023 - present"
paginate = 20
pygmentsCodeFences = true
pygmentsCodeFencesGuessSyntax = true
pygmentsStyle = "monokai"
DefaultContentLanguage = "en"
defaultContentLanguageInSubdir = false
enableRobotsTXT = true enableRobotsTXT = true
uglyURLs=false uglyURLs=false
pluralizelisttitles=false pluralizelisttitles=false
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment