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:
authorYauhen Shulitski <jsnjack@gmail.com>2018-09-28 14:46:22 +0300
committerYauhen Shulitski <jsnjack@gmail.com>2018-09-28 14:46:22 +0300
commitd64d8838dcb76874aaa641349ebac8021a1d7815 (patch)
treedbf3257889a6430dea1ef93e7980080248dd70ae
parent79c92141f6fba848ba5ed09ca6b8cc7f449863af (diff)
:p: Update readme
-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