https://github.com/mathdroid/xyz
Source code for my tech blog, Edge Cases 👨💻👋
https://github.com/mathdroid/xyz
Last synced: 9 months ago
JSON representation
Source code for my tech blog, Edge Cases 👨💻👋
- Host: GitHub
- URL: https://github.com/mathdroid/xyz
- Owner: mathdroid
- License: mit
- Created: 2017-01-29T08:52:35.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-10-23T17:28:23.000Z (over 8 years ago)
- Last Synced: 2025-04-20T06:34:52.069Z (10 months ago)
- Language: CSS
- Homepage: https://mathdro.id
- Size: 226 KB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# XYZ
> Simple, JSON-based blog engine using Next.js
# Usage
```sh
git clone https://github.com/mathdroid/xyz
cd xyz
# Edit xyz.json and posts.json
yarn install # npm install
yarn run dev
```
# Migrating from Ghost
1. Export your Ghost Blog data from `Settings > Labs > Export`
2. Open the exported json, navigate to `posts` array
3. Copy and paste (or cherry pick the content) from `posts` array to `posts.json`
4. Modify `xyz.json`
5. Deploy
# License
MIT