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
path: root/docs
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 /docs
parenta177e9e51925a682d2da6284cf63d3a7b8d95f8d (diff)
parent33c0cdc8e72625155c23336c537cf3fca545bfb9 (diff)
Merge pull request #120 from yamila-moreno/develop
Add css and js easy customizacion
Diffstat (limited to 'docs')
-rw-r--r--docs/user.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/user.md b/docs/user.md
index d5a983b..de048e6 100644
--- a/docs/user.md
+++ b/docs/user.md
@@ -360,6 +360,8 @@ E.g to display a shortcut to open algolia search window :
| favicon | Your favicon path |
| imageGallery | Display an image gallery at the end of a post which have `photos` variables. (false: disabled, true: enabled) |
| hierarchicalCategories | Define categories will create hierarchy between parents: `categories = ["foo", "bar"]` will consider "bar" a sub-category of "foo". If false it will flat categories. |
+| customCSS | Define files with css that override or extend the theme css; they are expected in `static` folder: `customCSS` = ["css/mystyles.css"]. |
+| customJS | Define files with js that override or extend the theme js; they are expected in `static` folder: `customJS` = ["js/myscripts.js"]. |
E.g :
A category page look like this with `hierarchicalCategories = true` :