summaryrefslogtreecommitdiff
path: root/www/src/pages/blog/introducing-astro.astro
diff options
context:
space:
mode:
authorGravatar Matthew Phillips <matthew@matthewphillips.info> 2021-07-27 12:32:18 -0400
committerGravatar GitHub <noreply@github.com> 2021-07-27 12:32:18 -0400
commit918e3831f5078e79c288c81d04481186dfefeec0 (patch)
treef46b743884e6f39385aaad9412bf0fb7407d0df5 /www/src/pages/blog/introducing-astro.astro
parent365f3bd230cb4633b63a44d14fcf897512c7864b (diff)
downloadastro-918e3831f5078e79c288c81d04481186dfefeec0.tar.gz
astro-918e3831f5078e79c288c81d04481186dfefeec0.tar.zst
astro-918e3831f5078e79c288c81d04481186dfefeec0.zip
Add a release post on Astro 0.18 (#869)
* Add a release post on Astro 0.18 * Add a better description * Add links to the post * More attention grabbing intro * Add additional links in the post * Update www/src/pages/blog/astro-018.astro Co-authored-by: Caleb Jasik <calebjasik@jasik.xyz> * try using responsive images to improve lighthouse * Adds an overview section in the intro * freds edits * Update a couple of images and minor edits Co-authored-by: Caleb Jasik <calebjasik@jasik.xyz> Co-authored-by: Fred K. Schott <fkschott@gmail.com>
Diffstat (limited to 'www/src/pages/blog/introducing-astro.astro')
-rw-r--r--www/src/pages/blog/introducing-astro.astro8
1 files changed, 4 insertions, 4 deletions
diff --git a/www/src/pages/blog/introducing-astro.astro b/www/src/pages/blog/introducing-astro.astro
index 07ac8737c..7b934bc15 100644
--- a/www/src/pages/blog/introducing-astro.astro
+++ b/www/src/pages/blog/introducing-astro.astro
@@ -41,7 +41,7 @@ let lang = 'en';
This post marks the first public beta release of Astro. **Missing features and bugs are still to be expected at this early stage.** There are still some months to go before an official 1.0 release, but there are already several fast sites built with Astro in production today. We would love your early feedback as we move towards a v1.0 release later this year.
<Note>
- To learn more about Astro and start building your first site, check out [the project README.](https://github.com/snowpackjs/astro#-guides)
+ To learn more about Astro and start building your first site, check out [our Getting Started guide.](https://docs.astro.build)
</Note>
## Getting Started
@@ -62,7 +62,7 @@ npm start
`} />
<Note>
- To learn more about Astro and start building your first site, check out [the project README.](https://github.com/snowpackjs/astro#-guides)
+ To learn more about Astro and start building your first site, check out [our Getting Started guide.](https://docs.astro.build)
</Note>
@@ -81,7 +81,7 @@ npm start
This new approach to web architecture is called [islands architecture](https://jasonformat.com/islands-architecture/). We didn't coin the term, but Astro may have perfected the technique. We are confident that an HTML-first, JavaScript-only-as-needed approach is the best solution for the majority of content-based websites.
<Note>
- To learn more about Astro and start building your first site, check out [the project README.](https://github.com/snowpackjs/astro#-guides)
+ To learn more about Astro and start building your first site, check out [our Getting Started guide.](https://docs.astro.build)
</Note>
## Embracing the Pit of Success
@@ -111,7 +111,7 @@ npm start
Finally, I'd like to give a **HUGE** thanks to the 300+ developers who joined our earliest private beta. Your feedback has been essential in shaping Astro into the tool it is today. If you're interested in getting involved (or just following along with development) please [join us on Discord.](https://astro.build/chat)
<Note>
- To learn more about Astro and start building your first site, check out [the project README.](https://github.com/snowpackjs/astro#-guides)
+ To learn more about Astro and start building your first site, check out [our Getting Started guide.](https://docs.astro.build)
</Note>
</Markdown>
</BlogPost>