Add references to the simple theme in the documentation.

This commit is contained in:
Alexis Metaireau 2011-01-05 14:04:11 +01:00
commit b3ca36a8b0

View file

@ -2,7 +2,10 @@ How to create themes for pelican
################################
Pelican uses the great `jinja2 <http://jinjna.pocoo.org>`_ templating engine to
generate it's HTML output.
generate it's HTML output. The jinja2 syntax is really simple. If you want to
create your own theme, feel free to take inspiration from the "simple" theme,
which is available `here
<https://github.com/ametaireau/pelican/tree/master/pelican/themes/simple/templates>`_
Structure
=========