hugo-theme-relearn/exampleSite
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
..
content Allow custom css files to be loaded by configuration 2020-04-14 11:12:06 +01:00
layouts HTTPS links in exampleSite menu-footer 2018-12-23 15:41:28 +09:00
static [ImgBot] Optimize images 2020-02-01 22:50:45 +00:00
config.toml Add shortcut for Chinese language 2019-12-06 15:48:50 +08:00
LICENSE.md feat: renamed docs example to exampleSite 2017-08-20 23:43:45 +02:00