diff options
-rw-r--r-- | examples/basics/README.md | 3 | ||||
-rw-r--r-- | examples/blog/README.md | 5 | ||||
-rw-r--r-- | examples/docs/README.md | 3 | ||||
-rw-r--r-- | examples/portfolio/README.md | 3 |
4 files changed, 13 insertions, 1 deletions
diff --git a/examples/basics/README.md b/examples/basics/README.md index 85c775110..bea634937 100644 --- a/examples/basics/README.md +++ b/examples/basics/README.md @@ -4,6 +4,9 @@ > 🧑🚀 **Seasoned astronaut?** Delete this file. Have fun! + + + ## 🚀 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 b351bee6e..05d663f65 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! + + + 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 447390ae9..8bf8e6ca5 100644 --- a/examples/docs/README.md +++ b/examples/docs/README.md @@ -6,6 +6,9 @@ npm init astro -- --template docs [](https://stackblitz.com/github/withastro/astro/tree/latest/examples/docs) + + + ## Features - ✅ **Full Markdown support** diff --git a/examples/portfolio/README.md b/examples/portfolio/README.md index 7b48a8f72..234bc15b1 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! + + + ## 🧞 Commands All commands are run from the root of the project, from a terminal: |