This is the repo of my personal website (October 2024 redesign). The site is static, hosted on GitHub pages, and is built with SvelteKit and Svelte 5.
- Blog thumbnails recommended: 400px x 326px
- Blog headers recommended: 1200px x 500px (will crop by ~100px per side horizontally for social cards)
Install dependencies with:
npm installStart a development server:
npm run dev
# or start the server and open the app in a new browser tab
npm run dev -- --openBuild the website with:
npm run buildWhich can be previewed with:
npm run preview