forked from github/pelican
Implement LessCSSGenerator
This commit is contained in:
parent
a9f798eae1
commit
50f2cd295f
3 changed files with 41 additions and 1 deletions
|
|
@ -67,6 +67,8 @@ _DEFAULT_CONFIG = {'PATH': '.',
|
|||
'DEFAULT_STATUS': 'published',
|
||||
'ARTICLE_PERMALINK_STRUCTURE': '',
|
||||
'TYPOGRIFY': False,
|
||||
'LESS_GENERATOR': False,
|
||||
'LESS_COMPILER': '/usr/bin/lessc',
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue