magcms/docs/theme.rst

25 lines
462 B
ReStructuredText
Raw Normal View History

2017-07-13 17:43:00 +02:00
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