JoeTrubenstein / gatsby-starter-blog

A minimal GatsbyJS starter blog. React based, GraphQL powered.

Home Page:https://plastic-love.surge.sh/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

🚀 Gatsby starter blog

This is a completed version of the Official Gatsby Tutorial, with some dummy content.

For anyone who wants to get started with the basic blog foundation already in place.

Live Demo

https://plastic-love.surge.sh/

To use

npx gatsby new gatsby-starter-blog https://github.com/joetrubenstein/gatsby-starter-blog.git
cd gatsby-starter-blog

Install Emotion CSS-in-JS and Typography.js

npm install --save gatsby-plugin-typography typography react-typography typography-theme-lawton gatsby-plugin-emotion @emotion/core

Install Gatsby Plugins

npm install --save gatsby-source-filesystem
npm install --save gatsby-transformer-remark

Run development server

npm run develop

About

A minimal GatsbyJS starter blog. React based, GraphQL powered.

https://plastic-love.surge.sh/

License:MIT License


Languages

Language:CSS 95.1%Language:JavaScript 4.9%