# HG changeset patch # User Ludovic Chabant # Date 1429594455 25200 # Node ID 28b021be74eb22355e0c043dde9dd9345eb8a305 # Parent 779c67decff67cf04424343283748fbefc408662 import: Use the proper baker setting in the Jekyll importer. diff -r 779c67decff6 -r 28b021be74eb piecrust/importing/jekyll.py --- 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'] = {}