- Homepage editable on backend
- Navbar on homepage is fixed on mobile too
- Footer
- BACK button
- Next/Prev link?
- Pagination
$ git clone https://github.com/[GITHUB_USERNAME]/[REPO_NAME].git
$ cd [REPO_NAME]
$ yarn
$ npm run develop
To test the CMS locally, you'll need run a production build of the site:
$ npm run build
$ npm run serve
Follow the Netlify CMS Quick Start Guide to set up authentication, and hosting.
This plugin uses gatsby-plugin-purgecss and tachyons.