the livestream and meta discussions around the launch are happening here https://www.youtube.com/watch?v=N4BRVkQVoMc
theres a full in browser tutorial as well: https://learn.svelte.dev/
I've been keeping a reference implementation of a SvelteKit blog, inspired by @leerob's nextjs site: https://github.com/sw-yx/swyxkit/ for the past year and it's now updated for 1.0. hope it helps someone get going!
For example the h2 headers appear literally as '## HEADER' on the website.
i use h2, h3, and h4 often and just using font size alone makes it hard to tell which level of nesting the content is intended
you can see this on my main blog https://www.swyx.io/
the livestream and meta discussions around the launch are happening here https://www.youtube.com/watch?v=N4BRVkQVoMc
theres a full in browser tutorial as well: https://learn.svelte.dev/
I've been keeping a reference implementation of a SvelteKit blog, inspired by @leerob's nextjs site: https://github.com/sw-yx/swyxkit/ for the past year and it's now updated for 1.0. hope it helps someone get going!