diff --git a/src/site/generators/vitto.md b/src/site/generators/vitto.md new file mode 100644 index 00000000..1b0c0f98 --- /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.