This Site!

Built from scratch on top of the al-folio Jekyll theme and hosted on GitHub Pages.

GitHub Repo →


What it is

A personal portfolio, project and resume showcase. Each project gets its own page — some are simple write-ups, others embed live demos or interactive elements directly into the page.

Tech stack

  • Jekyll for static site generation
  • al-folio as the base theme, customised throughout
  • GitHub Actions for automated builds and deployment to GitHub Pages
  • Ruby / Bundler for gem management
  • Prettier for Liquid template formatting

Running locally

bundle install
bundle exec jekyll serve

Open http://localhost:4000. Requires Ruby 3.3+.