mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Added a test for ignoring subdirectories
This commit is contained in:
parent
aa856846d8
commit
85853d93ef
1 changed files with 5 additions and 0 deletions
|
|
@ -3,6 +3,9 @@
|
|||
import argparse
|
||||
import locale
|
||||
import os
|
||||
import re
|
||||
import smtplib
|
||||
import getpass
|
||||
|
||||
from jinja2 import Environment, FileSystemLoader
|
||||
|
||||
|
|
@ -232,6 +235,8 @@ needed by Pelican.
|
|||
CONF['timezone'] = ask_timezone('What is your time zone?',
|
||||
CONF['timezone'], _TZ_URL)
|
||||
|
||||
#----------------------------------------------------------
|
||||
|
||||
automation = ask('Do you want to generate a tasks.py/Makefile '
|
||||
'to automate generation and publishing?', bool, True)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue