hugo-theme-relearn/exampleSite/content
Matthew Taylor d4abb3c9a1 Allow custom css files to be loaded by configuration
Previously adding custom css files would require the end user to copy
the header or footer partial into their overrides. They would then
need to maintain that partial into the future.

This config allows a user to provide a list of custom css files to load
into the theme, meaning they do not need to clone the partial.

```
[params]
  custom_css = ["css/foo.css", "css/bar.css"]
```

Inspiration taken from https://discourse.gohugo.io/t/how-to-override-css-classes-with-hugo/3033/4
2020-04-14 11:12:06 +01:00
..
basics Allow custom css files to be loaded by configuration 2020-04-14 11:12:06 +01:00
cont Added flag to turn off image featherlight 2020-02-01 22:58:17 +00:00
shortcodes Merge pull request #336 from geoffreybauduin/patch-1 2019-12-22 21:37:56 +01:00
_index.en.md fix #61 2017-09-04 21:20:59 +02:00
_index.fr.md fix #61 2017-09-04 21:20:59 +02:00
credits.en.md Modify fontawesome selectors for v5.x 2018-02-19 16:33:30 +00:00
credits.fr.md Modify fontawesome selectors for v5.x 2018-02-19 16:33:30 +00:00
showcase.en.md add inteliver documentation showcase 2020-02-01 22:44:56 +00:00
showcase.fr.md add inteliver documentation showcase 2020-02-01 22:44:56 +00:00