hugo-theme-relearn/exampleSite/content/basics
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
..
configuration Allow custom css files to be loaded by configuration 2020-04-14 11:12:06 +01:00
installation Updated Installation documentation link. 2020-04-14 11:10:33 +01:00
requirements Fix all images to use the /en/ path 2019-05-06 13:44:27 -04:00
style-customization Fix all images to use the /en/ path 2019-05-06 13:44:27 -04:00
_index.en.md add first content for new documentation 2017-08-20 23:43:49 +02:00
_index.fr.md Typing mistake correction 2018-09-10 23:20:37 +02:00
_index.zh.md Add Chinese language for this theme 2019-12-04 11:17:39 +08:00