SvelteKit is a static site generator that allows you to add pages to every page. It lets you create about, contact, and blog folders inside of src/routes. Within each folder, we’ll add a +page.svelte file to serve as the route’s contents; the stuff people actually see when they navigate to that route. It’�s easier to show than tell. There's not much there yet, of course.
Table of contents
What we’ll cover, and what to know firstCreating a new SvelteKit appRouting in SvelteKitCreating componentsStylesheets in SvelteKitAdding Markdown to SvelteKit with mdsvexSetting up the blogSvelteKit server routesFinishing the blog index pagePrerendering with the static adapterOptional finishing touches and extra featuresConclusionPosted in:Sort: