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>2019-02-05 15:58:05 +0300
committerGitHub <noreply@github.com>2019-02-05 15:58:05 +0300
commit0aacef5d4c80f01f17d89759ada8d0c743c3e414 (patch)
tree4d46e67117234a7899266d6b29997869ac8d1341
parent95a97426c06250fd4e58aae5a303b02e699a08e7 (diff)
parentb6ee674af0e9ab672ecee20767cd896a2790c4ad (diff)
Merge pull request #6 from qguv/custom-js
Whoops, should probably document custom js support too
-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