Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

gatsby-starter-blog-no-styles

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gatsby-starter-blog-no-styles

Starter Gatsby Blog No Styles

  • 2.0.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

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

Keywords

FAQs

Package last updated on 05 Jan 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc