update docs
This commit is contained in:
parent
47cb16d931
commit
01a8a51365
@ -1,6 +1,11 @@
|
|||||||
Changelog
|
Changelog
|
||||||
=========
|
=========
|
||||||
|
|
||||||
|
0.6
|
||||||
|
|
||||||
|
* Compatibility python 2 and 3
|
||||||
|
* Possibility to add custom css and js
|
||||||
|
|
||||||
0.5 (2017-06-04)
|
0.5 (2017-06-04)
|
||||||
|
|
||||||
* Add audio HTML5 player https://prosopopee.readthedocs.org/en/latest/sections.html#audio by beudbeud
|
* Add audio HTML5 player https://prosopopee.readthedocs.org/en/latest/sections.html#audio by beudbeud
|
||||||
|
24
docs/theme.rst
Normal file
24
docs/theme.rst
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
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
|
Loading…
x
Reference in New Issue
Block a user