My affectionate nickname for the SvelteKit build of joshcollinsworth.com. It makes use of SvelteKit's adapter-static
to output the site as static HTML files.
This repo is here so you can poke around if you want to, suggest improvements, or use this as a loose blueprint for your own SvelteKit blog project. (Please don't completely copy my design, though. This is here to learn and draw from, not to reuse as-is.)
Assuming you already have Node and NPM installed, clone the repo, then in the directory, run:
npm install
npm run dev