cache busting for custom CSS, update readme

This commit is contained in:
Aron Gergely
2021-06-08 21:57:36 +02:00
committed by Athul Cyriac Ajay
parent 27307e797f
commit dd1612c482
2 changed files with 21 additions and 3 deletions

View File

@@ -15,6 +15,7 @@ Forked from [Ezhil Theme](https://github.com/vividvilla/ezhil)
- Tags
- Auto Dark Mode(based on system theme)
- tl:dr; frontamatter
- Cache busting for CSS files
## Installation
In your Hugo website directory, create a new folder named theme and clone the repo
@@ -40,11 +41,24 @@ tags: [tag names] (optional)
```
## Credits
Forked from [Ezhil Theme](https://github.com/vividvilla/ezhil) and Licensed under MIT License
Forked from [Ezhil Theme](https://github.com/vividvilla/ezhil) and Licensed under MIT License
Inspired by design of blog.jse.li
----
## Config Options
### Custom CSS
Custom CSS files can be included though the `customcss` config parameter.
Note: CSS files should be placed under the `assets` directory e.g. `assets/css/first.css`.
```toml
[params]
customcss = ["css/first.css", "css/second.css"]
```
## Config of the Demo Site
```toml