← Back to blog

Hello world: new personal site is live

2026-04-18

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 site branch and deploys dist/ to gh-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.