From 15a950d979deb926e218a21c07d2c298712f10ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1ximo=20Mussini?= Date: Sat, 22 Jan 2022 00:17:03 -0300 Subject: [PATCH 1/2] Add iles to the list of jamstack generators --- src/site/generators/iles.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 src/site/generators/iles.md diff --git a/src/site/generators/iles.md b/src/site/generators/iles.md new file mode 100644 index 000000000..7cc8a34bf --- /dev/null +++ b/src/site/generators/iles.md @@ -0,0 +1,22 @@ +--- +title: iles +repo: ElMassimo/iles +homepage: https://iles.pages.dev +language: + - JavaScript + - TypeScript +license: + - MIT +templates: + - Vue + - Preact + - Svelte + - Solid + - HTML +description: The Joyful Site Generator +--- +îles is a static-site generator with great support for partial hydration, supporting all major frameworks. + +During development, build your site enjoying the smooth dx provided by Vite. + +In production, ship JS only for the interactive bits. By default, that's zero. From 4ef538f9784623176158201840473a2447a28e39 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1ximo=20Mussini?= Date: Sat, 22 Jan 2022 00:25:08 -0300 Subject: [PATCH 2/2] chore: better use of description --- src/site/generators/iles.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/site/generators/iles.md b/src/site/generators/iles.md index 7cc8a34bf..3d7b5b0e5 100644 --- a/src/site/generators/iles.md +++ b/src/site/generators/iles.md @@ -13,7 +13,7 @@ templates: - Svelte - Solid - HTML -description: The Joyful Site Generator +description: The Joyful Site Generator. Islands of Interactivity with Vue, Preact, Svelte, and more. --- îles is a static-site generator with great support for partial hydration, supporting all major frameworks.