Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 1.36 KB

README.md

File metadata and controls

36 lines (22 loc) · 1.36 KB

timup.ch

Netlify Status CircleCI

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.

Prerequisites

Getting Started

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.

Access Locally

$ git clone https://github.com/timup/timup.ch.git
$ cd timup.ch
$ yarn
$ yarn start

Setting up the CMS

Follow the Netlify CMS Quick Start Guide to set up authentication, and hosting.

Purgecss

The build uses gatsby-plugin-purgecss.