1
0
Fork 0
forked from github/pelican

Add content dir to default settings file template

This adds a line to the settings file generated by pelican-quickstart
that ensures the automatically-generated "content" directory is
specified in said settings file. Fixes #1116
This commit is contained in:
Justin Mayer 2013-10-28 15:52:09 -07:00
commit fb994b1399

View file

@ -6,6 +6,8 @@ AUTHOR = $author
SITENAME = $sitename
SITEURL = ''
PATH = 'content'
TIMEZONE = 'Europe/Paris'
DEFAULT_LANG = $lang