Skip to content
Website

Website

You're on it right now!

This website is generated using Hugo and hosted on GitHub Pages. The icons used on the site are from Simple Icons and Font Awesome.

Previous Editions

2020-2021 Jekyll

This was my original website. It was generated with Jekyll, using a single handwritten template. It had a basic navbar and minimal content. I used Jekyll out of convenience more than anything, as it was the native site generator of GitHub pages.

2021-2023 Jekyll & Bulma

In 2021, I decided to revamp the design of the website. Due to my lack of CSS knowledge at the time, I used Bulma to style the page. This time, I made sure to properly use Jekyll’s templating to generate pages.

2023-2025 Hugo & Bulma

I replaced Jekyll with Hugo for templating and site generation. I chose Hugo for its extensibility, speed, and simple setup. The focus of this update was to make website responsive, rather than solely desktop-oriented.

2025 Hugo & TailwindCSS

I upgraded to Bulma v1.0, and found that the size of the CSS had exploded, due to extensive use of CSS variables. I had heard good things about TailwindCSS, so I decided I might as well give it a try.

2026 Hugo

Tailwind made my HMTL really noisy, and was perhaps better suited for web apps with more reusable components. My CSS skills have improved since 2020, so the site is now back to a static site generator as the sole dependency.