SvelteKit MDX starter blog uses MDsveX for Svelte in Markdown posts stored in src/content/blog folders.
It generates responsive images via vite-imagetools and a script (pnpm run gen:images), XML sitemaps in src/routes/sitemap.xml/+server.js, and PWA features including service worker and customizable manifest. Clone with git, install via pnpm, and run npm run dev to start; build with npm run build.