1
0
Fork 0
forked from github/pelican

Follow the PATH variable in settings

This commit is contained in:
Kyle Fuller 2012-03-23 09:04:57 +00:00
commit 0ed6cf7743
2 changed files with 2 additions and 2 deletions

View file

@ -11,7 +11,7 @@ logger = logging.getLogger(__name__)
DEFAULT_THEME = os.sep.join([os.path.dirname(os.path.abspath(__file__)),
"themes/notmyidea"])
_DEFAULT_CONFIG = {'PATH': None,
_DEFAULT_CONFIG = {'PATH': '.',
'ARTICLE_DIR': '',
'ARTICLE_EXCLUDES': ('pages',),
'PAGE_DIR': 'pages',