Skip to content

una/webtrendmag

Repository files navigation

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

An quarterly experimental digital magazine about the web by the people who build the web

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published