maxx1128 / gatsby-personal-blog

Another legacy blog and website built on Gatsby

Home Page:https://condescending-banach-8d3a41.netlify.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gatsby-starter-blog-no-styles

Gatsby starter for creating a blog, without the CSS and typography included in the official gatsby-starter-blog.

The gatsby-starter-blog makes some decisions about styling that you might not want (inline css, react-responsive-grid, gatsby-plugin-typography/compass-vertical-rhythm).

In my case, I want to use Styled Components (which Gatsby also has a plugin for), so I ousted the aforementioned libraries and styles first and thought this no-styles starter could be useful to others.

Get Blogging

  1. Install Gatsby-CLI

    npm install --global gatsby-cli

  2. Create new Gatsby project using this starter

    gatsby new my-gatsby-blog https://github.com/noahg/gatsby-starter-blog-no-styles

  3. Run Development Server

    gatsby develop

  4. Add Posts

    See the example posts in the folder src/pages and use the same naming convention. e.g. /2017-09-13-post-title/index.md

  5. Deploy

    Follow the Gatsby docs for a super easy way to deploy using surge.sh

About

Another legacy blog and website built on Gatsby

https://condescending-banach-8d3a41.netlify.com/


Languages

Language:CSS 51.1%Language:JavaScript 48.9%