theNewDynamic / gohugo-theme-ananke

Ananke: A theme for Hugo Sites
https://ananke-theme.netlify.app
MIT License
1.18k stars 1.18k forks source link

Document hugo extended requirement for custom CSS #460

Open jpursey opened 2 years ago

jpursey commented 2 years ago

If the extended Hugo build is not used, then attempting to add a custom CSS file via the instructions (https://github.com/theNewDynamic/gohugo-theme-ananke#custom-css) will silently fail to work. This is due to changes in Hugo which by default automatically falls back on the theme's minified CSS if it can't build a new one.

It would be great if this requirement was called out in the documentation!

See #452 for the associated discussion thread.

regisphilibert commented 2 years ago

I'll fix the documentation for now, here's a poll to determine future action: https://github.com/theNewDynamic/gohugo-theme-ananke/discussions/452#discussioncomment-1865301

davidsneighbour commented 2 months ago

See #719 and #718. This will come naturally with some updates we need to do. I will also add a mutable notice in CLI that the used version of Hugo does or does not support certain features.