Add static pages listing and options.

This commit is contained in:
Alexis Metaireau 2010-11-05 02:05:00 +00:00
commit f7cbef6393
4 changed files with 16 additions and 2 deletions

View file

@ -10,6 +10,7 @@ _DEFAULT_CONFIG = {'PATH': None,
'FEED': 'feeds/all.atom.xml',
'CATEGORY_FEED': 'feeds/%s.atom.xml',
'SITENAME': 'A Pelican Blog',
'DISPLAY_PAGES_ON_MENU': True,
}
def read_settings(filename):