Simple, JSON-based blog engine using Next.js
git clone https://github.com/mathdroid/xyz
cd xyz
# Edit xyz.json and posts.json
yarn install # npm install
yarn run dev
- Export your Ghost Blog data from
Settings > Labs > Export
- Open the exported json, navigate to
posts
array - Copy and paste (or cherry pick the content) from
posts
array toposts.json
- Modify
xyz.json
- Deploy
MIT