mirror of https://github.com/theNewDynamic/gohugo-theme-ananke.git

Regis Philibert
21.48.2022 751ac93c1bcfcbe04f82a148382f2dbea255acb6
README.md
@@ -239,6 +239,7 @@
  [params]
    custom_css = ["custom.css","special.css"]
```
__IMPORTANT__: Files registered through the `custom_css` array, while unlimited in number, must be of the same type (Ex: all `scss` or all `css`)
__Note on retrocompatibiliy for custom css__: If the files registered through the `custom_css` setting are not found in `assets/ananke/css` the theme will expect them to live at the given path relative to the static directory and load them as <link> requests.