caleb531 / personal-website

My personal website at calebevans.me, built with Svelte+SvelteKit

Home Page:https://calebevans.me

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Personal Website

Copyright 2013-2024, Caleb Evans
Code released under the MIT license

This is a SvelteKit-based personal website I created for myself. The theme is built from SvelteKit's default scaffolding, with all of the styling migrated from my previous NextJS and Gatsby iterations of the site.

Live Site: https://calebevans.me/

Setup

Installing

This project uses pnpm (instead of npm) for package installation and management.

npm install -g pnpm
pnpm install

Serving the site

pnpm dev

The site will then be viewable in your browser at http://localhost:5173.

About

My personal website at calebevans.me, built with Svelte+SvelteKit

https://calebevans.me

License:MIT License


Languages

Language:Svelte 44.9%Language:SCSS 34.8%Language:TypeScript 18.0%Language:JavaScript 1.9%Language:HTML 0.4%