RSS
First, install the hexo-migrator-rss
plugin.
|
Once the plugin is installed, run the following command to migrate all posts from RSS. source
can be a file path or URL.
|
Jekyll
Move all files in the Jekyll _posts
folder to the source/_posts
folder.
Modify the new_post_name
setting in _config.yml
:
|
Octopress
Move all files in the Octopress source/_posts
folder to source/_posts
Modify the new_post_name
setting in _config.yml
:
|
WordPress
First, install the hexo-migrator-wordpress
plugin.
|
Export your WordPress site by going to “Tools” → “Export” → “WordPress” in the WordPress dashboard (see the WordPress support page for more details).
Now run:
|
Where source
is the file path or URL to the WordPress export file.
Joomla
First, install the hexo-migrator-joomla
plugin.
|
Export your Joomla articles using the J2XML component.
Now run:
|
Where source
is the file path or URL to the Joomla export file.