* Update to readable.css v1.1.0
data-style="classy" was also added to the <nav> element to preserve the
same style as the previous default.
* Use minified version of readable.css to save bandwidth
The readable.css file is kept for readability sake of people using this
template.
---------
Co-authored-by: Benjamin Hollon <me@benjaminhollon.com>
This will display a favicon for the website. Favicons are cute little
icons that will show up on tabs in your browser, e.g. GitHub's mascot.
They can easily be generated by using online tools, e.g.
https://realfavicongenerator.net/
The resulting package only has to be downloaded and extracted into the
'static' directory of a Hugo website that is using this theme.
The path can then be set as follows in the config.yml:
```yaml
params:
favicon: favicon.ico
```
This fixes#3.
Co-authored-by: Robert Lützner <robert.luetzner@iternity.com>