A personal website built with Gatsby, and Netlify CMS.
The initial structure was inspirired by gatsby-portfolio-dev by @smakosh.
It follows the JAMstack architecture by using Git as a single source of truth, and Netlify for continuous deployment, and CDN distribution.
- Node (v8.2.0 or higher)
- Gatsby CLI
Netlify CMS can run in any frontend web environment. You’ll need to set up Netlify’s Identity service to authorize users to log in to the CMS.
$ git clone https://github.com/timup/timup.ch.git
$ cd timup.ch
$ yarn
$ yarn start
Follow the Netlify CMS Quick Start Guide to set up authentication, and hosting.
The build uses gatsby-plugin-purgecss.