From 4570d66cdfe4da6a39a1f88e41ac34dbae4ec915 Mon Sep 17 00:00:00 2001 From: Ziya Fenn <314302+ziyafenn@users.noreply.github.com> Date: Wed, 21 Jul 2021 20:54:24 +0200 Subject: [PATCH] Add Astro --- src/site/generators/astro.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 src/site/generators/astro.md diff --git a/src/site/generators/astro.md b/src/site/generators/astro.md new file mode 100644 index 000000000..d54762bff --- /dev/null +++ b/src/site/generators/astro.md @@ -0,0 +1,19 @@ +--- +title: Astro +repo: snowpackjs/astro +homepage: https://astro.build +language: + - JavaScript +license: + - MIT +templates: + - Svelte + - React + - Preact + - Vue + - HTML +description: Build faster websites with less client-side Javascript +--- +Astro is a fresh but familiar approach to building websites. +Astro combines decades of proven performance best practices with the DX improvements of the component-oriented era. +Use your favorite JavaScript framework and automatically ship the bare-minimum amount of JavaScript—by default.