From 535e02e9ab16216b49272d3be35107dfe107696c Mon Sep 17 00:00:00 2001 From: Aris Ripandi Date: Mon, 20 Oct 2025 04:56:19 +0700 Subject: [PATCH 1/3] add Vitto static site generator --- src/site/generators/vitto.md | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 src/site/generators/vitto.md diff --git a/src/site/generators/vitto.md b/src/site/generators/vitto.md new file mode 100644 index 00000000..9cedf812 --- /dev/null +++ b/src/site/generators/vitto.md @@ -0,0 +1,30 @@ +--- +title: Vitto +repo: riipandi/vitto +homepage: https://github.com/riipandi/vitto +language: + - JavaScript + - TypeScript +license: + - MIT +templates: + - HTML + - Vento + - Web Components +description: A minimal static site generator built with Vite and the Vento templating engine, with built-in search powered by Pagefind. +twitter: riipandi +--- + +Vitto combines the speed of Vite's development experience with the simplicity of Vento templates to create a modern static site generator. Perfect for documentation sites, blogs, portfolios, and any project that needs fast builds and flexible templating without the complexity of larger frameworks. + +Vitto stands out by leveraging Vite's powerful ecosystem, allowing you to: + +- **Use Modern Tools**: Direct access to Vite plugins (Tailwind CSS, UnoCSS, PostCSS, etc.) + +- **Integrate Easily**: Add HTMX, Alpine.js, or any library via bundler or CDN. + +- **Build Fast**: Lightning-fast builds with Vite's optimized pipeline. + +- **Stay Simple**: Template-based approach without framework complexity. + +
Building websites doesn't have to be complicated. From 735e4cf3f724a8ac3808682e34fe23003daeee4f Mon Sep 17 00:00:00 2001 From: Aris Ripandi Date: Mon, 20 Oct 2025 04:57:51 +0700 Subject: [PATCH 2/3] Update src/site/generators/vitto.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- src/site/generators/vitto.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/site/generators/vitto.md b/src/site/generators/vitto.md index 9cedf812..0c7bb831 100644 --- a/src/site/generators/vitto.md +++ b/src/site/generators/vitto.md @@ -21,7 +21,7 @@ Vitto stands out by leveraging Vite's powerful ecosystem, allowing you to: - **Use Modern Tools**: Direct access to Vite plugins (Tailwind CSS, UnoCSS, PostCSS, etc.) -- **Integrate Easily**: Add HTMX, Alpine.js, or any library via bundler or CDN. +- **Integrate Easily**: Add htmx, Alpine.js, or any library via bundler or CDN. - **Build Fast**: Lightning-fast builds with Vite's optimized pipeline. From 6dba7e758a6a1ac71736032a2fa2e6181a7d9cda Mon Sep 17 00:00:00 2001 From: Aris Ripandi Date: Mon, 20 Oct 2025 04:58:00 +0700 Subject: [PATCH 3/3] Update src/site/generators/vitto.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- src/site/generators/vitto.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/site/generators/vitto.md b/src/site/generators/vitto.md index 0c7bb831..1b0c0f98 100644 --- a/src/site/generators/vitto.md +++ b/src/site/generators/vitto.md @@ -27,4 +27,4 @@ Vitto stands out by leveraging Vite's powerful ecosystem, allowing you to: - **Stay Simple**: Template-based approach without framework complexity. -
Building websites doesn't have to be complicated. +Building websites doesn't have to be complicated.