Skip to content

cratebind/dev-blog

Repository files navigation

Gatsby

Cratebind Dev Blog

A blog for the developers at Cratebind to share their successes, failures and advice.

🚀 Quick start

  1. Clone repo

    Use the Gatsby CLI to create a new site, specifying the blog starter.

    # create a new Gatsby site using the blog starter
    git clone git@github.com:cratebind/dev-blog.git cb-dev-blog
  2. Install Dependencies and Start

    Navigate into your new site’s directory and start it up.

    cd cb-dev-blog
    yarn install
    yarn dev

Writing Content

This repo is open to pull requests for new content or site changes.

To create a new post, create a new directory in content/blog with the title of your post.

In that folder, add an index.md file to start writing your post. Gatsby will automatically update when you save your file so you can see what it'll look like in real time.

About

Gatsby-Powered Blog for Cratebind's Development Team

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published