Simplified the PDF gen quite a bit :)
All checks were successful
Docker Deploy / build-and-push (push) Successful in 4m37s

This commit is contained in:
2025-12-01 18:16:17 -07:00
parent b87357c175
commit 0998bacd86
11 changed files with 1074 additions and 1126 deletions

View File

@@ -8,9 +8,6 @@ My personal website built with Astro and Preact!
- **Blog Posts**
- **Projects**
- **Talks**
- **Terminal View**
** Nix with flakes enabled is required for local development! Install it on your OS of choice OR use NixOS!
## Development
@@ -18,10 +15,6 @@ My personal website built with Astro and Preact!
# Install dependencies
pnpm i
# Start development server
pnpm nix # Build with flakes
pnpm dev
# Build for production
pnpm build
```