Fully automated Next.JS blog used by the zpl organisation.
Create/Edit markdown files in the _posts
directory. Simple as that!
- Clone the repository
- Run
npm install
to install dependencies - Run
npm run export
to build and generate the blog into theout
folder - Run
npm run deploy
to export the blog to Github Pages