Clean the posts from the wordpress-to-hugo-exporter plugin

mig_wp(path_wp, path_hugo, domain_old, domain_new, mark_private = "private_")

Arguments

path_wp

Path to the wordpress posts

path_hugo

Path to the Hugo posts

domain_old

The old domain mentioned in the posts

domain_new

The new domain

mark_private

prefix of the private posts

Value

adapted posts for a blogdown site

Examples

mig_wp(path_wp = NA)
#> Please give a valid path.