Mercurial > piecrust2
changeset 355:28b021be74eb
import: Use the proper baker setting in the Jekyll importer.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Mon, 20 Apr 2015 22:34:15 -0700 |
parents | 779c67decff6 |
children | 019d274e6713 |
files | piecrust/importing/jekyll.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/piecrust/importing/jekyll.py Mon Apr 20 21:25:06 2015 -0700 +++ b/piecrust/importing/jekyll.py Mon Apr 20 22:34:15 2015 -0700 @@ -74,7 +74,7 @@ if 'exclude' in config: if 'baker' not in config: config['baker'] = {} - config['baker']['skip_patterns'] = list(map( + config['baker']['ignore'] = list(map( lambda i: '^/_%s/' % re.escape(i))) if 'jinja' not in config: config['jinja'] = {}