update docs

This commit is contained in:
Adrien Beudin 2017-07-13 17:43:00 +02:00
parent 47cb16d931
commit 01a8a51365
2 changed files with 29 additions and 0 deletions

View File

@ -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
View 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