/ghost-to-markdown

convert ghost export to markdown file, i use it for gatsby blog.

Primary LanguageJavaScript

ghost-to-markdown

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");