mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Document less css generator
This commit is contained in:
parent
b9973bcf8a
commit
a9f798eae1
2 changed files with 6 additions and 0 deletions
|
|
@ -23,6 +23,7 @@ Pelican currently supports:
|
||||||
* Publication of articles in multiple languages
|
* Publication of articles in multiple languages
|
||||||
* Atom/RSS feeds
|
* Atom/RSS feeds
|
||||||
* Code syntax highlighting
|
* Code syntax highlighting
|
||||||
|
* Compilation of less css (optional)
|
||||||
* Import from WordPress, Dotclear, or RSS feeds
|
* Import from WordPress, Dotclear, or RSS feeds
|
||||||
* Integration with external tools: Twitter, Google Analytics, etc. (optional)
|
* Integration with external tools: Twitter, Google Analytics, etc. (optional)
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -82,10 +82,15 @@ Setting name (default value) What does it do?
|
||||||
generated HTML, using the `Typogrify
|
generated HTML, using the `Typogrify
|
||||||
<http://static.mintchaos.com/projects/typogrify/>`_
|
<http://static.mintchaos.com/projects/typogrify/>`_
|
||||||
library
|
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.
|
.. [#] Default is the system locale.
|
||||||
|
|
||||||
|
.. _less css: http://lesscss.org/
|
||||||
|
|
||||||
|
|
||||||
URL settings
|
URL settings
|
||||||
------------
|
------------
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue