mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Make it simpler again
This commit is contained in:
parent
d496e81f2b
commit
b888a4589e
1 changed files with 1 additions and 1 deletions
|
|
@ -267,7 +267,7 @@ needed by Pelican.
|
||||||
|
|
||||||
automation = ask('Do you want to generate a Fabfile/Makefile '
|
automation = ask('Do you want to generate a Fabfile/Makefile '
|
||||||
'to automate generation and publishing?', bool, True)
|
'to automate generation and publishing?', bool, True)
|
||||||
develop = ask('Do you want an auto-reload & simple HTTP script '
|
develop = ask('Do you want an auto-reload HTTP script '
|
||||||
'to assist with theme and site development?', bool, True)
|
'to assist with theme and site development?', bool, True)
|
||||||
|
|
||||||
if automation:
|
if automation:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue