mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
added a static pages generator
Conflicts: pelican/__init__.py pelican/generators.py pelican/settings.py
This commit is contained in:
parent
c0ed9e1cff
commit
7127676f71
3 changed files with 36 additions and 4 deletions
|
|
@ -80,6 +80,7 @@ _DEFAULT_CONFIG = {'PATH': '.',
|
|||
'WEBASSETS': False,
|
||||
'PLUGINS': [],
|
||||
'MARKDOWN_EXTENSIONS': ['toc', ],
|
||||
'STATIC_PAGES': {}
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue