Skip to content

Commit d0b7c46

Browse files
committed
feat: rebuild website with Svelte + Vite + Bun
Complete rebuild from vanilla HTML/CSS/JS to Svelte SPA: - Svelte 5 with runes, Vite 7, Bun runtime - Custom History API router with code splitting - CSS variable theme system (light/dark) with flash prevention - 11 technical blog posts with inline SVG diagrams - Responsive mobile-first layout - Editorial design: square corners, bold borders, clean typography - Fonts: Outfit (headings), Plus Jakarta Sans (body), JetBrains Mono (code)
1 parent 0c3a821 commit d0b7c46

57 files changed

Lines changed: 3034 additions & 1015 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,3 +131,6 @@ dist
131131

132132
# backup files
133133
*.bak
134+
135+
CLAUDE.md
136+
blogs.md

README.md

Lines changed: 0 additions & 2 deletions
This file was deleted.

bun.lock

Lines changed: 187 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/styles.css

Lines changed: 0 additions & 323 deletions
This file was deleted.

0 commit comments

Comments
 (0)