GhostToGitHubPagesConverter

GhostToGitHubPagesConverter

Converts Ghost 0.x json export into Jekyll compatible markdown files for GitHub pages

Ghost to GitHub Pages Converter

Converts a Ghost 0.x json export into Jekyll compatible markdown files for GitHub pages.

Requirements

This is a dotnet core console application, so you'll need the latest dotnet core 3.x sdk to build the source. Neither the sdk or runtime is required to run the release binaries.

Build

Build with dotnet:

dotnet build

Run

GhostToGitHubPagesConverter.exe path-to-your-ghost-export.json

Download

Get the latest bits from the Releases tab.