Issue with colorScheme on deployed to Github Pages. #592
-
Hey, so I've got a small issue with a local vs deployed version of the site in regards to the colorScheme. Locally the colorScheme takes effect, but once deployed it defaults back to the blowfish colorScheme. I've got no extensions affecting it or anything and was wondering if you have any idea why it would not take effect? I've got it in params.toml: colorScheme = "Neon"
defaultAppearance = "dark"
enableSearch = true
enableCodeCopy = true
defaultBackgroundImage = "img/background.png"
.. but it won't show up on being deployed. Any ideas? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hey @SupaSonic007 I didn't see the rest of the code, or the repo, or the actual URL for deploying it.
|
Beta Was this translation helpful? Give feedback.
Hey @SupaSonic007 I didn't see the rest of the code, or the repo, or the actual URL for deploying it.
I would say the problem might be one of the following:
deploy, hosting issues - either for some reason, the deploy failed, didn't go exactly as planned, or caches are in place and you are not seeing the latest version. That happen to me when I first started using hugo and it's quite hard to debug. I would try to see what files are actually in the hosting server to check if they are the right ones.
have you tried
neon
maybe there is a quirk somewhere in the middle which is case-sensitive and locally it's not (wild guess this one)