magcms/docs/theming.rst

24 lines
479 B
ReStructuredText
Raw Permalink Normal View History

2017-07-13 17:43:00 +02:00
Theming
=======
Custom css and js
-----------------
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
-----------------
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
And to override sections you need to create a file in "templates/sections".
2017-07-13 17:43:00 +02:00
Create theme
------------
TODO