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

https://github.com/changoman/gatsby-levelup


https://github.com/changoman/gatsby-levelup

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# gatsby-starter-blog
Gatsby starter for creating a blog

Install this starter (assuming Gatsby is installed) by running from your CLI:
`gatsby new gatsby-blog https://github.com/gatsbyjs/gatsby-starter-blog`

## Running in development
`gatsby develop`

## Going Over The Basics

* Using React Components to build a static website
* Create a page - using React Router in the background
* Styles with SCSS
* Making blog posts, intro to GraphQL
* https://www.howtographql.com/basics/1-graphql-is-the-better-rest/
* Explore `/src/pages/index.js`
* Go to GraphiQL and test queries
* Look into gatsby-node.js

## Using A CMS

* https://www.gatsbyjs.org/docs/plugins/ Look at the other source plugins
* Choosing Contentful
* Switch to Master branch and run `gatsby develop`
* Explore changes in GraphiQL
* Create a new blog post in Contentful

## Publishing

* Discuss various free options, including Github Pages, Surge.sh, and Netlify
* Demo with Surge.sh
* Demo with Netlify