diff options
author | 2021-07-27 12:32:18 -0400 | |
---|---|---|
committer | 2021-07-27 12:32:18 -0400 | |
commit | 918e3831f5078e79c288c81d04481186dfefeec0 (patch) | |
tree | f46b743884e6f39385aaad9412bf0fb7407d0df5 /www/src/pages/blog/index.astro | |
parent | 365f3bd230cb4633b63a44d14fcf897512c7864b (diff) | |
download | astro-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/index.astro')
-rw-r--r-- | www/src/pages/blog/index.astro | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/www/src/pages/blog/index.astro b/www/src/pages/blog/index.astro index 264f5cfec..719b9b629 100644 --- a/www/src/pages/blog/index.astro +++ b/www/src/pages/blog/index.astro @@ -67,6 +67,10 @@ let lang = 'en'; <p>{description}</p> </section> <section> + <BlogPostPreview title="Astro 0.18 Release" publishDate="Tuesday, July 27 2021" href="/blog/astro-018"> + <p>Astro 0.18 is our biggest release since Astro launch. It includes a new responsive hydrator, named slots, global stylesheets, and two new renderers. Ready on to learn more on this release.</p> + </BlogPostPreview> + <BlogPostPreview title="Introducing Astro: Ship Less JavaScript" publishDate="Tuesday, June 8 2021" href="/blog/introducing-astro"> <p>We're excited to announce Astro as a new way to build static websites and deliver lightning-fast performance without sacrificing a modern developer experience.</p> </BlogPostPreview> |