Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/MathisBarre/gatsby-start-blog

First day in #100DaysOfGatsby challenge, building a blazing fast blog
https://github.com/MathisBarre/gatsby-start-blog

Last synced: 2 months ago
JSON representation

First day in #100DaysOfGatsby challenge, building a blazing fast blog

Awesome Lists containing this project

README

        



Gatsby



100 Days of gatsby

#1 Track Your Coding Progress with a Blazing Fast Blog

[Link to the original post](https://www.gatsbyjs.org/blog/100days/start-blog/)

## Challenge 1: Create a Gatsby Blog from Scratch

Why share all of your ideas with just Reddit and Twitter? Your best writing needs a home - on your very own blog!

This week, let’s get a Gatsby blog up-and-running from scratch. You’ll get practice setting up your local environment, creating new pages from React components, sourcing content from Markdown files, and deploying your site to a host!

If you are new to Node.js or React development, a Gatsby blog is a terrific project to start with.

Bonus: use your new blog to track your #100DaysOfGatsby progress! Research shows that writing about what you learn, or even what you’re struggling with helps you to retain that information, or even discover a solution. So, during your #100DaysOfGatsby journey, we encourage you to use this blog to write about your ups and downs, victories and challenges.

## Want more ?

If you are already familiar with Gatsby’s APIs and conventions, and want a more advanced challenge, you can create a Gatsby theme for your blog.

## 🚀 Try it locally !

1. **Start developing.**

Navigate into your new site’s directory and start it up with `gatsby develop` command.

```shell
git clone https://github.com/MathisBarre/gatsby-start-blog.git
cd gatsby-start-blog
gatsby develop
```

## Or take a look on the result online !

[Link to my blog](https://mathisbarre-blog.netlify.com)