Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/MathisBarre/gatsby-start-blog
- Owner: MathisBarre
- License: mit
- Created: 2020-03-28T10:49:55.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-04-13T10:28:22.000Z (almost 5 years ago)
- Last Synced: 2024-08-02T05:17:28.268Z (6 months ago)
- Language: JavaScript
- Homepage: https://mathisbarre-blog.netlify.com
- Size: 1.4 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-blazingly-fast - gatsby-start-blog - First day in #100DaysOfGatsby challenge, building a blazing fast blog (JavaScript)
README
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)