A blog for the developers at Cratebind to share their successes, failures and advice.
-
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 [email protected]:cratebind/dev-blog.git cb-dev-blog
-
Install Dependencies and Start
Navigate into your new site’s directory and start it up.
cd cb-dev-blog yarn install yarn dev
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.