mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Fixed the wording for the quickstart
This commit is contained in:
parent
ec23c94645
commit
18183632dc
1 changed files with 1 additions and 1 deletions
|
|
@ -161,7 +161,7 @@ Please answer the following questions so this script can generate the files need
|
||||||
CONF['default_pagination'] = False
|
CONF['default_pagination'] = False
|
||||||
|
|
||||||
mkfile = ask('Do you want to generate a Makefile to easily manage your website?', bool, True)
|
mkfile = ask('Do you want to generate a Makefile to easily manage your website?', bool, True)
|
||||||
develop = ask('Do you want to generate a local develop server init script?', bool, True)
|
develop = ask('Do you want an auto-reload & simpleHTTP script to assist with theme and site development?', bool, True)
|
||||||
|
|
||||||
if mkfile:
|
if mkfile:
|
||||||
if ask('Do you want to upload your website using FTP?', answer=bool, default=False):
|
if ask('Do you want to upload your website using FTP?', answer=bool, default=False):
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue