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:
authorYamila Moreno <yamila.ms@gmail.com>2017-02-28 01:16:17 +0300
committerYamila Moreno <yamila.ms@gmail.com>2017-02-28 01:16:17 +0300
commit33c0cdc8e72625155c23336c537cf3fca545bfb9 (patch)
tree7c1f851d1ff6ff5acb241610b5abd2b5ba3af0ec /exampleSite
parent01447633fba1e5c1ef342b0b8be5b5f7a3e8fdd7 (diff)
Add css and js easy customizacion
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/config.toml8
1 files changed, 8 insertions, 0 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index ab44bf5..10465c2 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -172,3 +172,11 @@ canonifyurls = true
# Customize copyright value "© 2016 <CUSTOMIZATION>. All Rights Reserved"
# [params.footer]
# copyright = "<a href=\"https://github.com/kakawait\">kakawait</a>"
+ #
+ # 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"]
+
+ # 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"]