Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/weiran/wordpress-gatsby-migrator
Migrate your Wordpress blog to Gatsby.
https://github.com/weiran/wordpress-gatsby-migrator
gatsby gatsbyjs markdown nodejs npm-package rss wordpress
Last synced: 3 months ago
JSON representation
Migrate your Wordpress blog to Gatsby.
- Host: GitHub
- URL: https://github.com/weiran/wordpress-gatsby-migrator
- Owner: weiran
- License: mit
- Created: 2018-05-20T16:38:24.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-05-22T17:51:09.000Z (over 5 years ago)
- Last Synced: 2024-10-20T19:22:33.323Z (3 months ago)
- Topics: gatsby, gatsbyjs, markdown, nodejs, npm-package, rss, wordpress
- Language: JavaScript
- Homepage:
- Size: 134 KB
- Stars: 9
- Watchers: 2
- Forks: 11
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Blog Migrator from Wordpress Export to Gatsby
Migrate your Wordpress blog to Gatsby. This tool takes a Wordpress export, and produces a local folder structure with the content and images.* Creates folders and files match post structure
* Converts contents to Markdown and stores in a local folder structure
* Fetches and saves images locally, updating image links in the content
* Supports link posts with a `passthrough_url`## How to use
Install `npm i wordpress-gatsby-migrator -g`
Run `wordpress-gatsby-migrator INPUT_FILE OUTPUT_DIRECTORY`.
(Example `wordpress-gatsby-migrator input.xml blog`)
---