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:
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 /docs
parent01447633fba1e5c1ef342b0b8be5b5f7a3e8fdd7 (diff)
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 657f50d..5bd799a 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` :