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:
authorThibaud Lepretre <thibaud.lepretre@gmail.com>2017-02-28 11:27:22 +0300
committerGitHub <noreply@github.com>2017-02-28 11:27:22 +0300
commite4d199b43b7301e6a45cb61c0ab4fd37f0e698c8 (patch)
tree848146b3aa3585c5461332cacc6637226eb3c0e3 /exampleSite
parenta177e9e51925a682d2da6284cf63d3a7b8d95f8d (diff)
parent33c0cdc8e72625155c23336c537cf3fca545bfb9 (diff)
Merge pull request #120 from yamila-moreno/develop
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 5b62d83..cedbe68 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"]