mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Remove redundant LESS_COMPILER setting
This commit is contained in:
parent
2b93d6d855
commit
f558389006
5 changed files with 11 additions and 8 deletions
|
|
@ -82,9 +82,9 @@ 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 installation of `less css`_.
|
||||
`LESS_COMPILER` (``'/usr/bin/lessc'``) The path to less css compiler (`lessc`)
|
||||
`LESS_GENERATOR` (``FALSE``) Set to True or complete path to `lessc` (if not
|
||||
found in system PATH) to enable compiling less
|
||||
css files. Requires installation of `less css`_.
|
||||
================================================ =====================================================
|
||||
|
||||
.. [#] Default is the system locale.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue