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:
authorQuint Guvernator <quint@guvernator.net>2019-02-05 15:56:16 +0300
committerQuint Guvernator <quint@guvernator.net>2019-02-05 15:56:16 +0300
commitb6ee674af0e9ab672ecee20767cd896a2790c4ad (patch)
tree4d46e67117234a7899266d6b29997869ac8d1341
parentbca39ff6f3893cc8eea0e8482612483697d52cac (diff)
document custom js support
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index e870c81..239e5bd 100644
--- a/README.md
+++ b/README.md
@@ -64,6 +64,7 @@ A [Hugo](https://gohugo.io/) theme to display a changelog
```
[params]
customCSS = ["css/styles.css"] # List of css files to include on the website. Relative to the static/ folder
+ customJS = ["js/script.js"] # List of js files to include on the website. Relative to the static/ folder
```
# Development