Skip to content

jamszh/blog

Repository files navigation

My Personal Website

Just a small blog/portfolio app written in Typescript using SvelteKit.

The good stuff:

  • Blog search enabled with Algolia
  • Markdown blogposts in Svelte preproccessed using mdsvex
  • Giscus comment section

Running it locally

cp .env.example .env
npm install
npm run dev

Production build

npm run build
npm run preview