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

github.com/nodejh/hugo-theme-cactus-plus.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'exampleSite/config.yaml')
-rw-r--r--exampleSite/config.yaml12
1 files changed, 11 insertions, 1 deletions
diff --git a/exampleSite/config.yaml b/exampleSite/config.yaml
index bf4b20e..0a7ba90 100644
--- a/exampleSite/config.yaml
+++ b/exampleSite/config.yaml
@@ -62,6 +62,16 @@ params:
# Extra links in navigation
links:
- # e.g.
+ ## e.g.
# - name: Project
# path: /project
+
+ # You can put your custom css and js to `static` directory, or use remote css and js files which start with `http://` or `https://`
+ customCSS:
+ ## e.g.
+ # - css/custom.css # local css in `static/css/custom.css`
+ # - https://example.com/custom.css # remote css
+ customJS:
+ ## e.g.
+ # - js/custom.js # local js in `static/js/custom.js`
+ # - https://example.com/custom.js # remote js \ No newline at end of file