Document less css generator

This commit is contained in:
Meir Kriheli 2012-04-15 00:41:38 +03:00
commit a9f798eae1
2 changed files with 6 additions and 0 deletions

View file

@ -23,6 +23,7 @@ Pelican currently supports:
* Publication of articles in multiple languages
* Atom/RSS feeds
* Code syntax highlighting
* Compilation of less css (optional)
* Import from WordPress, Dotclear, or RSS feeds
* Integration with external tools: Twitter, Google Analytics, etc. (optional)

View file

@ -82,10 +82,15 @@ Setting name (default value) What does it do?
generated HTML, using the `Typogrify
<http://static.mintchaos.com/projects/typogrify/>`_
library
`LESS_GENERATOR` (``FALSE``) Set to True if you want to enable compiling less
files. Requires installtion of `less css`_.
`LESS_COMPILER` (``'/usr/bin/lessc'``) The path to less css compiler (`lessc`)
================================================ =====================================================
.. [#] Default is the system locale.
.. _less css: http://lesscss.org/
URL settings
------------