adrianorsouza / wp-jekyll-importer
A simple Wordpress posts and pages migration to jekyll blogging written in PHP
v0.1.0
2014-10-08 00:41 UTC
Requires
- php: >=5.3.0
This package is not auto-updated.
Last update: 2024-11-19 04:31:51 UTC
README
A simple PHP script to import posts and pages from Wordpress to Jekyll.
##Installation via composer This project can be found at Composer/Packagist.
$ composer require "adrianorsouza/wp-jekyll-importer:0.1.*"
This command will automatically update or create a composer.json
file.
###Manual Installation Download the latest release of this project.
Get started
First export your data from Wordpress installation to a WXR-data.xml
file by following these steps:
- Log in to that Wordpress as an administrator.
- Go to menu
Tools
in the WordPress admin panel then selectExport
. - Choose what to export to the
WXR
file:All content
,Posts
orPages
. - Click download Export File, save it at the top level of this project.
Usage
via command line run the following:
./ImportRun.php
###License
This software is licensed under the MIT License. Please read LICENSE for information on the software availability and distribution.