| (I'm biased because I wrote this blog tool, so take my comments with the appropriate skepticism) I recommend Svekyll (https://extrastatic.dev/svekyll/svekyll-cli). Svekyll combines the simplicity of Jekyll with the power of Svelte. This is a post I made recently: https://webiphany.com/2024-04-29-distance-sean-shawn That post uses Svelte to build interesting animations, includes a AI embedding model right inside the post and runs in your browser. And, if you want to hack the entire post yourself, scroll to the bottom, click the view source button and then click download. That will download a zip file which can build that post independently by just running "npm i && npm run build". That command generates a single HTML file with everything inlined so you can take that and put it on any static website. Svekyll posts are just markdown, but you can add anything like vanilla js and Svelte components, and tailwind is included automatically. I don't see anything else out there that is as simple or expressive as Svekyll. And 99% of that is just that I don't see anything out there that is as simple or expressive as Svelte. |