added a static pages generator

Conflicts:
	pelican/__init__.py
	pelican/generators.py
	pelican/settings.py
This commit is contained in:
Tarek Ziade 2012-03-05 15:52:14 +01:00 committed by Bruno Binet
commit 7127676f71
3 changed files with 36 additions and 4 deletions

View file

@ -80,6 +80,7 @@ _DEFAULT_CONFIG = {'PATH': '.',
'WEBASSETS': False,
'PLUGINS': [],
'MARKDOWN_EXTENSIONS': ['toc', ],
'STATIC_PAGES': {}
}