One-click WordPress plugin that converts all posts, pages, taxonomies, metadata, and settings to Markdown and YAML which can be dropped into Jekyll (or Hugo or any other Markdown and YAML based site engine).
View plugin in the WordPress plugin directory.
- Converts all posts, pages, and settings from WordPress to Markdown and YAML for use in Jekyll (or Hugo or any other Markdown and YAML based site engine)
- Export what your users see, not what the database stores (runs post content through
the_contentfilter prior to export, allowing third-party plugins to modify the output) - Converts all
post_contentto Markdown - Converts all
post_metaand fields within thewp_poststable to YAML front matter for parsing by Jekyll - Generates a
_config.ymlwith all settings in thewp_optionstable - Outputs a single zip file with
_config.yml, pages, and_postsfolder containing.mdfiles for each post in the proper Jekyll naming convention - No settings. Just a single click.
- Place plugin in
/wp-content/plugins/folder - Activate plugin in WordPress dashboard
- Select
Export to Jekyllfrom theToolsmenu
