From 64e3f48e35c086fbc63b5bf34eafbbd17fd07e8b Mon Sep 17 00:00:00 2001 From: Nick Kelly Date: Fri, 1 Oct 2021 15:05:29 -0700 Subject: [PATCH] Added Astro (#105) * Added Astro * Fix Astro docs --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1eb18ca..694dbe6 100644 --- a/README.md +++ b/README.md @@ -70,6 +70,7 @@ A static web site generator is an application that takes plain text files and co ### Frameworks * [Assemble](http://assemble.io/) - `#JavaScript` `#Node.js` +* [Astro](https://docs.astro.build/) - Framework agnostic static site generator with component-level support for partial hydration on page load, page idle, component visible or none. - `#JavaScript` `#Node.Js` `#React.js` `#Vue.js` `#Svelte.js` * [Cactus](https://github.com/koenbok/Cactus) - `#Python` * [coil](https://github.com/badosu/coil) - `#elixir` * [Complexity](http://complexity.readthedocs.org/en/latest/) - For those who like to work in HTML. - `#Python`