2017-07-13 17:43:00 +02:00
|
|
|
Theming
|
|
|
|
=======
|
|
|
|
|
|
|
|
Custom css and js
|
|
|
|
-----------------
|
|
|
|
|
2019-03-08 19:48:30 +00:00
|
|
|
You can easily add css code and js code. You just need to create a custom.css or custom.js
|
2017-07-13 17:43:00 +02:00
|
|
|
in root directory.
|
|
|
|
|
|
|
|
Override template
|
|
|
|
-----------------
|
|
|
|
|
2019-03-08 19:48:30 +00:00
|
|
|
If you want to override a template, you need to create a "templates" directory and add your own template.
|
2017-07-13 17:43:00 +02:00
|
|
|
|
|
|
|
* home page : index.html
|
|
|
|
* gallery page: gallery-index.html
|
|
|
|
|
2019-03-08 19:48:30 +00:00
|
|
|
And to override sections you need to create a file in "templates/sections".
|
2017-07-13 17:43:00 +02:00
|
|
|
|
|
|
|
Create theme
|
|
|
|
------------
|
|
|
|
|
|
|
|
TODO
|