convert ghost export file to markdown files, i use it for gatsby blog.
// replace './ghost-export.json' with your file path
const data = fs.readFileSync('./ghost-export.json', "utf8");
convert ghost export to markdown file, i use it for gatsby blog.
JavaScript