This is the source code for my personal website, maxdaten.io. Driven by the f*** awesome sveltekit-static-blog-template. It's built with SvelteKit, and uses MDsveX to allow using Svelte components inside Markdown files.
To run it locally, you simply have to run:
# First, install dependencies
npm install
# Then, run it on dev mode
npm run dev
The site should now be available at http://localhost:5173/ on your local machine, and your local machine's IP address on your network—great for testing on mobile OSes.
All posts are Markdown files that are processed with MDsveX to allow using Svelte components inside them. In order to make it easier to manage posts, I highly recommend the Front Matter VS Code extension, which gives you a nice CMS-like UI.