forked from borismus/exitwp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yaml
36 lines (27 loc) · 1.06 KB
/
config.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# The directory where exitwp looks for wordpress export xml files.
wp_exports: wordpress-xml
# The target directory where all output is saved.
build_dir: build
# Output format: primary choices are html or markdown.
target_format: markdown
# The date format of the wikipedia export file.
# I'm not sure if this ever differs depending on wordpress localization.
# Wordpress is often so full of strange quirks so I wouldnt rule it out.
date_format: '%Y-%m-%d %H:%M:%S'
#date_format: '%a, %d %b %Y %H:%M:%S +0000'
# Try to download and reloacate all images locally to the blog.
download_images: False
# Make Year Month folder
make_year_month_folder: True
# Item types we don't want to import.
item_type_filter: {attachment, nav_menu_item}
taxonomies:
# Filter taxonomies.
filter: {}
# Filter taxonomies entries.
entry_filter: {category: Uncategorized}
# Rename taxonomies when writing jekyll output format.
name_mapping: {category: categories, post_tag: tags}
#for the old new url mapping
oldurl: http://www.hezhigeng.com/blog/
newurl: http://www.hezhigeng.com/nublog/