hugo-theme-relearn/layouts
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
..
_default remove unneeded spaces from HTML 2020-02-01 22:42:53 +00:00
partials Allow custom css files to be loaded by configuration 2020-04-14 11:12:06 +01:00
shortcodes Fix deprecated .Hugo, .UniqueID and .URL references 2019-07-30 21:46:35 +01:00
404.html remove unneeded type="text/css" 2019-06-11 22:28:40 +01:00
index.html Modify fontawesome selectors for v5.x 2018-02-19 16:33:30 +00:00
index.json feat: support of Hugo 0.22+ #51 #48 #11 #50 2017-08-20 23:43:44 +02:00