EasyBlog Importer
This importer depends on the following third-party gems:
- mysql2
- safe_yaml
- sequel
gem install GEM_NAME
or install the required gems in a batch by running the following snippet:
gem install mysql2 safe_yaml sequel
Invocation
Sample snippet to invoke the importer:
jekyll import easyblog --dbname --user --password --host --section --prefix
Option <PARAM> | Description | ||
---|---|---|---|
--dbname |
Database name. |
||
--user |
Database user name. |
||
--password |
Database user’s password. |
Default: '' |
|
--host |
Database host name. |
Default: 'localhost' |
|
--section |
Section ID. |
Default: '1' |
|
--prefix |
Table prefix name. |
Default: 'jos_' |
This importer will export all articles (in any state). Category and tags will also be included in export.