mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
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:
parent
5e5510cfcf
commit
fb994b1399
1 changed files with 2 additions and 0 deletions
|
|
@ -6,6 +6,8 @@ AUTHOR = $author
|
||||||
SITENAME = $sitename
|
SITENAME = $sitename
|
||||||
SITEURL = ''
|
SITEURL = ''
|
||||||
|
|
||||||
|
PATH = 'content'
|
||||||
|
|
||||||
TIMEZONE = 'Europe/Paris'
|
TIMEZONE = 'Europe/Paris'
|
||||||
|
|
||||||
DEFAULT_LANG = $lang
|
DEFAULT_LANG = $lang
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue