From c960f602da286b171ed5d80bf298f458e5845a15 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Moritz=20St=C3=BCckler?= Date: Wed, 24 Aug 2022 16:01:01 +0200 Subject: [PATCH] feat: add screenshots to official theme readme files (#4442) * feat: add screenshot to basic example * feat: add screenshot to blog examples * feat: add screenshots to docs example * feat: add screenshot to portfolio example --- examples/basics/README.md | 3 +++ examples/blog/README.md | 5 ++++- examples/docs/README.md | 3 +++ examples/portfolio/README.md | 3 +++ 4 files changed, 13 insertions(+), 1 deletion(-) diff --git a/examples/basics/README.md b/examples/basics/README.md index 85c775110a..bea6349378 100644 --- a/examples/basics/README.md +++ b/examples/basics/README.md @@ -4,6 +4,9 @@ > 🧑‍🚀 **Seasoned astronaut?** Delete this file. Have fun! +![basics](https://user-images.githubusercontent.com/4677417/186188965-73453154-fdec-4d6b-9c34-cb35c248ae5b.png) + + ## 🚀 Project Structure Inside of your Astro project, you'll see the following folders and files: diff --git a/examples/blog/README.md b/examples/blog/README.md index b351bee6e0..05d663f65a 100644 --- a/examples/blog/README.md +++ b/examples/blog/README.md @@ -8,6 +8,9 @@ npm init astro -- --template blog > 🧑‍🚀 **Seasoned astronaut?** Delete this file. Have fun! + +![blog](https://user-images.githubusercontent.com/4677417/186189140-4ef17aac-c3c9-4918-a8c2-ce86ba1bb394.png) + Features: - ✅ Minimal styling (make it your own!) @@ -58,4 +61,4 @@ Check out [our documentation](https://docs.astro.build) or jump into our [Discor ## Credit -This theme is based off of the lovely [Bear Blog](https://github.com/HermanMartinus/bearblog/). \ No newline at end of file +This theme is based off of the lovely [Bear Blog](https://github.com/HermanMartinus/bearblog/). diff --git a/examples/docs/README.md b/examples/docs/README.md index 447390ae90..8bf8e6ca5d 100644 --- a/examples/docs/README.md +++ b/examples/docs/README.md @@ -6,6 +6,9 @@ npm init astro -- --template docs [![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/github/withastro/astro/tree/latest/examples/docs) +![docs](https://user-images.githubusercontent.com/4677417/186189283-0831b9ab-d6b9-485d-8955-3057e532ab31.png) + + ## Features - ✅ **Full Markdown support** diff --git a/examples/portfolio/README.md b/examples/portfolio/README.md index 7b48a8f725..234bc15b13 100644 --- a/examples/portfolio/README.md +++ b/examples/portfolio/README.md @@ -8,6 +8,9 @@ npm init astro -- --template portfolio > 🧑‍🚀 **Seasoned astronaut?** Delete this file. Have fun! +![portfolio](https://user-images.githubusercontent.com/4677417/186189473-03dda103-65d3-4220-8b60-180ccaee5939.png) + + ## 🧞 Commands All commands are run from the root of the project, from a terminal: