1
0
Fork 0
forked from github/pelican

Add a documentation about themes.

This commit is contained in:
Alexis Metaireau 2010-12-05 19:15:02 +00:00
commit f49c91070a
4 changed files with 125 additions and 22 deletions

View file

@ -7,7 +7,7 @@ _DEFAULT_CONFIG = {'PATH': None,
'OUTPUT_PATH': 'output/',
'MARKUP': ('rst', 'md'),
'STATIC_PATHS': ['images',],
'THEME_PATHS': ['static',],
'THEME_STATIC_PATHS': ['static',],
'FEED': 'feeds/all.atom.xml',
'CATEGORY_FEED': 'feeds/%s.atom.xml',
'SITENAME': 'A Pelican Blog',