1
0
Fork 0
forked from github/pelican

Implement LessCSSGenerator

This commit is contained in:
Meir Kriheli 2012-04-15 02:20:20 +03:00
commit 50f2cd295f
3 changed files with 41 additions and 1 deletions

View file

@ -67,6 +67,8 @@ _DEFAULT_CONFIG = {'PATH': '.',
'DEFAULT_STATUS': 'published',
'ARTICLE_PERMALINK_STRUCTURE': '',
'TYPOGRIFY': False,
'LESS_GENERATOR': False,
'LESS_COMPILER': '/usr/bin/lessc',
}