Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/welksonramos/hexo-migrator-joomla
:recycle: Migrate your posts from Joomla to Hexo
https://github.com/welksonramos/hexo-migrator-joomla
hexo hexo-plugin javascript joomla joomla-migrator
Last synced: 2 months ago
JSON representation
:recycle: Migrate your posts from Joomla to Hexo
- Host: GitHub
- URL: https://github.com/welksonramos/hexo-migrator-joomla
- Owner: welksonramos
- License: mit
- Created: 2014-12-01T18:29:03.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2022-12-09T03:12:01.000Z (about 2 years ago)
- Last Synced: 2024-10-06T02:17:47.337Z (4 months ago)
- Topics: hexo, hexo-plugin, javascript, joomla, joomla-migrator
- Language: JavaScript
- Homepage: http://hexo.io/docs/migration.html
- Size: 111 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# hexo-joomla-migrator
[![npm version](https://img.shields.io/npm/v/hexo-migrator-joomla.svg)](https://www.npmjs.com/package/hexo-migrator-joomla) [![license](https://img.shields.io/npm/l/hexo-migrator-joomla.svg?style=flat)](https://raw.github.com/welksonramos/hexo-migrator-joomla/blob/master/LICENSE) [![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors-)
> Migrate your blog from Joomla to [Hexo](https://hexo.io/).
## Install
In your blog folder, add this npm dependency to your project :
``` bash
$ npm install hexo-migrator-joomla --save
```## Usage
Export your Joomla articles with [J2XML](http://extensions.joomla.org/extensions/migration-a-conversion/data-import-a-export/12816?qh=YToxOntpOjA7czo1OiJqMnhtbCI7fQ%3D%3D) component.
Execute the following command after installed. `source` is the file path or URL of Joomla export file.
``` bash
$ hexo migrate joomla
```# License
Lincensed under The MIT License (MIT)
## Contributors ✨
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!