I tried to learn about Eleventy, and I found it to be annoying.
22 years after my first writing my first lines of HTML, I tend to this conclusion:
My favourite static site generator is basic svelte + markdown. Voilà.
And it's super easy to do it.
- Run this command: `pnpx sv create --template=minimal --types=ts --add sveltekit-adapter="adapter:static" --add mdsvex --install pnpm my-static-app`
- Add the ".md" extension as of this: https://mdsvex.pngwn.io/docs#extensions
- Create your HTML+CSS layout
- Done.

