Skeleton of a SvelteKit blog with Typst as markup language.
Posts are written Typst in the src/posts folder. Any shared Typst code is in src/posts/lib folder. The generated HTML is put in src/posts/target. Besides that, the project follows the traditional SvelteKit structure.
npm run dev
npm run build