Skip to content
This repository has been archived by the owner on Feb 3, 2020. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanFitzgerald committed Apr 15, 2018
1 parent cfd3105 commit 4f68ee0
Showing 1 changed file with 2 additions and 31 deletions.
33 changes: 2 additions & 31 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,32 +1,3 @@
# gatsby-starter-blog-no-styles
[Gatsby](https://www.gatsbyjs.org/) starter for creating a blog, without the CSS and typography included in the official [gatsby-starter-blog](https://github.com/gatsbyjs/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](https://www.styled-components.com/) (which Gatsby also has a [plugin](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-styled-components) 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](https://www.gatsbyjs.org/tutorial/part-one/#deploying-gatsbyjs-websites-on-the-web) for a super easy way to deploy using surge.sh



# Personal Site - Ryan Fitzgerald

Repo containing my personal site built using React and GatsbyJS. Currently a work in progress.

0 comments on commit 4f68ee0

Please sign in to comment.