This project is the foundation for everything else on the site.
Why this setup
I wanted the lowest-maintenance stack possible:
- Static pages for speed and near-zero hosting cost
- Markdown content so adding a post is just creating a file
- No database, admin panel, or paid CMS
What I can update quickly
- Blog posts in
src/content/blog/ - Project pages in
src/content/projects/ - About and resume details in the page files
Design goals
- low hosting cost
- file-based content management
- readable, fast-loading pages
- a style that feels closer to a developer notebook than a marketing site
Next improvements
- Add my real domain
- Replace placeholder text with actual project screenshots
- Export a proper PDF resume into the
public/folder