Skip to content
This repository was archived by the owner on Jun 3, 2020. It is now read-only.

Commit 149a6e9

Browse files
committed
Revert "Config change: download and include all"
This reverts commit 3976f29.
1 parent 3976f29 commit 149a6e9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@ target_format: markdown
1313
date_format: '%Y-%m-%d %H:%M:%S'
1414

1515
# Try to download and reloacate all images locally to the blog.
16-
download_images: True
16+
download_images: False
1717

1818
# Item types we don't want to import.
1919
item_type_filter: {attachment, nav_menu_item}
2020

2121
# filter by any field type on the post.
2222
# By default, we're filtering based on field "status" set to "draft"
23-
item_field_filter: {}
23+
item_field_filter: {status: draft}
2424

2525
taxonomies:
2626
# Filter taxonomies.

0 commit comments

Comments
 (0)