Personal script for converting my old Ghost blog posts from the Ghost JSON export to Markdown files for use with Gridsome
ghostToGridsome(ghostExportJsonObject, '/output/path/for/generated/markdown/files/')
Personal script for converting my old Ghost blog posts from the Ghost JSON export to Markdown files for use with Gridsome
JavaScriptMIT