Personal Website
Personal website built with SvelteKit.
Features
- Static generated website: everything is in the front-end, no server required.
- Posts written in mdsvex, a flavor of Markdown which supports Svelte components.
- CSS theme designed and implemented from scratch, on top of normalize.css.
- Hosted on Netlify.
Development
Development Mode
Run yarn dev to start the development server.
Production Mode
Run yarn build to build the production version.