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
- Host: GitHub
- URL: https://github.com/harrison1/gatlify
- Owner: Harrison1
- License: mit
- Created: 2017-11-13T14:02:36.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-08T12:06:14.000Z (almost 8 years ago)
- Last Synced: 2025-03-21T05:21:56.071Z (7 months ago)
- Topics: cms, gatsby, javascript, netlify, netlify-cms, react
- Language: JavaScript
- Homepage: https://gatlify.netlify.com/
- Size: 1.3 MB
- Stars: 11
- Watchers: 0
- Forks: 4
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Gatlify | A GatsbyJS and Netlify CMS Starter styled with Ghost's casper theme
[Demo](https://gatlify.netlify.com/)

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.