Converts a Ghost 0.x json export into Jekyll compatible markdown files for GitHub pages.
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 with dotnet:
dotnet build
GhostToGitHubPagesConverter.exe path-to-your-ghost-export.json
Get the latest bits from the Releases tab.