Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/jsnjack/hugo-changelog-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.md b/README.md
index 844f5c3..cd586cd 100644
--- a/README.md
+++ b/README.md
@@ -15,6 +15,13 @@ A [Hugo](https://gohugo.io/) theme to display changelog
# Shortcodes
- `{{% tag fixed %}}` - create a specific tag before entry text. Available tag types are: added, changed, fixed, deprecated, removed, security
+# Settings
+```
+[params]
+ customCSS = ["css/styles.css"] # List of css files to include on the website. Reltive to the static/ folder
+ disableOriginalStyles = true # Do not include original CSS styles
+```
+
# Development
## Serve example website
```bash