An open API service indexing awesome lists of open source software.

https://github.com/harrison1/gatlify

A GatsbyJS and Netlify CMS boilerplate starter
https://github.com/harrison1/gatlify

cms gatsby javascript netlify netlify-cms react

Last synced: 6 months ago
JSON representation

A GatsbyJS and Netlify CMS boilerplate starter

Awesome Lists containing this project

README

          

# Gatlify | A GatsbyJS and Netlify CMS Starter styled with Ghost's casper theme

[Demo](https://gatlify.netlify.com/)

![screenshot](https://res.cloudinary.com/dz09rnbhe/image/upload/v1511527756/screenshot_ecekrf.png "screenshot")

This is a boilerplater starter for [GatsbyJS](https://www.gatsbyjs.org/) and the [Netlify CMS](netlifycms.org). The blog has been styled with [Ghost's casper theme](https://demo.ghost.io/). Orginally started with [AustinGreen's](https://github.com/AustinGreen) excellent [starter repo](https://github.com/AustinGreen/gatsby-starter-netlify-cms).

## Features

- GatsbyJS
- PrismJS
- Pagination
- Goole Analytics
- RSS Feed
- Sitemap
- Styled Components
- Responsive iframes
- Offline
- NProgress
- Tags

## Getting Started

You must have:
- Node
- Gatsby ClI version >= 1.1.23

### Run Locally
```
npm install --global gatsby-cli
gatsby new gatlify https://github.com/Harrison1/gatlify
cd gatlify
gatsby develop

```

visit [http://localhost:8000/](http://localhost:8000/)

## Accessing the CMS
Follow the [Netlify CMS Quick Start Guide](https://www.netlifycms.org/docs/quick-start/#authentication) to set up authentication, and hosting.

![netlify deploy options](http://res.cloudinary.com/dz09rnbhe/image/upload/v1511530462/netlify-options_jwptib.png "netlify deploy options")