/VuePressToGhostCMS

Primary LanguageJavaScriptApache License 2.0Apache-2.0


License: Apache 2.0 Twitter

VuePressToGhostCMS

Utility to convert VuePress Markdown files into a dump file in ghost format.

The solution is inspired by Working With VuePress article and provides the reverse conversion to export *.md files into Ghost CMS backup file.

Installation

Install npm packages:

npm install

Usage

Open src/convertMDToGhostBackup.js file and set variable MARKDOWN_DIRECTORY_PATH to the directory with your Markdown pages

Use the following command to generate the output export.json file:

npm run generate

Support

Any suggestions or reports of technical issues are welcome! Contact us via email.

License

This library is released under Apache License 2.0. See LICENSE for more info.