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

github.com/kakawait/hugo-tranquilpeak-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordojineko <dojineko.spiral@gmail.com>2017-09-18 12:53:36 +0300
committerdojineko <dojineko.spiral@gmail.com>2017-09-18 12:53:36 +0300
commitb0a504996e16cdc0a2f1951141ab21070d716fa5 (patch)
tree639be4e880faa0728722cd2509a699e88914f61d /exampleSite
parente4564ceff695a97680f04efc4e2ddc5cd1f7a06a (diff)
Update usage for customCSS/customJS
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/config.toml6
1 files changed, 4 insertions, 2 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index a555594..634c5a0 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -166,11 +166,13 @@ canonifyurls = true
# Custom CSS. Put here your custom CSS files. They are loaded after the theme CSS;
# they have to be referred from static root. Example
- # customCSS = ["css/foo.css"]
+ # [[params.customCSS]]
+ # href = "css/mystyle.css"
# Custom JS. Put here your custom JS files. They are loaded after the theme JS;
# they have to be referred from static root. Example
- # customJS = ["js/foo.js"]
+ # [[params.customJS]]
+ # src = "js/myscript.js"
# Sharing options
# Comment and uncomment to enable or disable sharing options