foodblog
1.0.0
This project is an example of how to build a blog using Gatsby to quickly develop a fast web app and Netlify CMS for simple way to create and edit contents.
It is created as a part of the tutorial How to Build a Blog with Gatsby and Netlify CMS – A Complete Guide.
You can check the live demo right here
git clone https://github.com/mohammedasker/foodblog.git
cd foodblog
yarn
http://localhost:8000
gatsby develop
To deploy the app, I'd recommend to use Netlify as it is relatively simple to use and it comes with many useful features.
This project is licensed under the MIT License. Please see the LICENSE file in this repository for more details.