https://github.com/changoman/gatsby-levelup
https://github.com/changoman/gatsby-levelup
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/changoman/gatsby-levelup
- Owner: ChangoMan
- Created: 2018-02-06T22:39:23.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-09T18:13:22.000Z (over 8 years ago)
- Last Synced: 2025-01-22T12:45:42.820Z (over 1 year ago)
- Language: JavaScript
- Size: 2.27 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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