Skip to content

Commit

Permalink
Add content dir to default settings file template
Browse files Browse the repository at this point in the history
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
  • Loading branch information
justinmayer committed Oct 28, 2013
1 parent 5e5510c commit fb994b1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pelican/tools/templates/pelicanconf.py.in
Expand Up @@ -6,6 +6,8 @@ AUTHOR = $author
SITENAME = $sitename
SITEURL = ''

PATH = 'content'

TIMEZONE = 'Europe/Paris'

DEFAULT_LANG = $lang
Expand Down

0 comments on commit fb994b1

Please sign in to comment.