25 lines
462 B
ReStructuredText
25 lines
462 B
ReStructuredText
Theming
|
|
=======
|
|
|
|
Custom css and js
|
|
-----------------
|
|
|
|
You can add easily css code and js code. You need create custom.css or custom.js
|
|
in root directory.
|
|
|
|
Override template
|
|
-----------------
|
|
|
|
If you wanna override template, you need create a "templates" directory and create your own template.
|
|
|
|
* home page : index.html
|
|
* gallery page: gallery-index.html
|
|
|
|
And for override sections you need create file in "templates/sections".
|
|
|
|
|
|
Create theme
|
|
------------
|
|
|
|
TODO
|