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 installto install dependencies - Run
npm run exportto build and generate the blog into theoutfolder - Run
npm run deployto export the blog to Github Pages