Skip to content

Commit 30875a9

Browse files
author
Phil Hawksworth
authored
Merge pull request #617 from ziyafenn/patch-1
Add Astro. Thanks @ziyafenn !
2 parents f464863 + 4570d66 commit 30875a9

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

src/site/generators/astro.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
title: Astro
3+
repo: snowpackjs/astro
4+
homepage: https://astro.build
5+
language:
6+
- JavaScript
7+
license:
8+
- MIT
9+
templates:
10+
- Svelte
11+
- React
12+
- Preact
13+
- Vue
14+
- HTML
15+
description: Build faster websites with less client-side Javascript
16+
---
17+
Astro is a fresh but familiar approach to building websites.
18+
Astro combines decades of proven performance best practices with the DX improvements of the component-oriented era.
19+
Use your favorite JavaScript framework and automatically ship the bare-minimum amount of JavaScript—by default.

0 commit comments

Comments
 (0)