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
*.mdfiles into Ghost CMS backup file.
Install npm packages:
npm installOpen 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 generateAny suggestions or reports of technical issues are welcome! Contact us via email.
This library is released under Apache License 2.0. See LICENSE for more info.
