Hello world: new personal site is live
Just pushed the first version of my new personal site at ale.bles.nu.
A few notes on the setup:
- Bun as the build runtime: no framework, just a small TypeScript script that stitches templates together.
- GitHub Actions builds on every push to the
sitebranch and deploysdist/togh-pages. - Blog posts live as markdown in the repo. Each post mirrors something I've already shared on LinkedIn, with a link back to the original thread.
Keeping the build boring on purpose: less to break, less to maintain, more time to actually write things.