···11-<p align="center">
22- <a href="https://www.gatsbyjs.com/?utm_source=starter&utm_medium=readme&utm_campaign=minimal-starter">
33- <img alt="Gatsby" src="https://www.gatsbyjs.com/Gatsby-Monogram.svg" width="60" />
44- </a>
55-</p>
66-<h1 align="center">
77- Gatsby minimal starter
88-</h1>
99-1010-## 🚀 Quick start
1111-1212-1. **Create a Gatsby site.**
1313-1414- Use the Gatsby CLI to create a new site, specifying the minimal starter.
1515-1616- ```shell
1717- # create a new Gatsby site using the minimal starter
1818- npm init gatsby
1919- ```
2020-2121-2. **Start developing.**
2222-2323- Navigate into your new site’s directory and start it up.
11+# [Jamstack Example](https://andri.dk/blog/2021/deploy-static-websites-anywhere)
2422525- ```shell
2626- cd my-gatsby-site/
2727- npm run develop
2828- ```
2929-3030-3. **Open the code and start customizing!**
3131-3232- Your site is now running at http://localhost:8000!
3333-3434- Edit `src/pages/index.js` to see your site update in real-time!
3535-3636-4. **Learn more**
3737-3838- - [Documentation](https://www.gatsbyjs.com/docs/?utm_source=starter&utm_medium=readme&utm_campaign=minimal-starter)
3939-4040- - [Tutorials](https://www.gatsbyjs.com/tutorial/?utm_source=starter&utm_medium=readme&utm_campaign=minimal-starter)
4141-4242- - [Guides](https://www.gatsbyjs.com/tutorial/?utm_source=starter&utm_medium=readme&utm_campaign=minimal-starter)
4343-4444- - [API Reference](https://www.gatsbyjs.com/docs/api-reference/?utm_source=starter&utm_medium=readme&utm_campaign=minimal-starter)
4545-4646- - [Plugin Library](https://www.gatsbyjs.com/plugins?utm_source=starter&utm_medium=readme&utm_campaign=minimal-starter)
4747-4848- - [Cheat Sheet](https://www.gatsbyjs.com/docs/cheat-sheet/?utm_source=starter&utm_medium=readme&utm_campaign=minimal-starter)
4949-5050-## 🚀 Quick start (Gatsby Cloud)
5151-5252-Deploy this starter with one click on [Gatsby Cloud](https://www.gatsbyjs.com/cloud/):
5353-5454-[<img src="https://www.gatsbyjs.com/deploynow.svg" alt="Deploy to Gatsby Cloud">](https://www.gatsbyjs.com/dashboard/deploynow?url=https://github.com/gatsbyjs/gatsby-starter-minimal)
33+This is a companion repo to my blog post. File an issue if you have any problems following the guide.