Site Renewal: Migration Record from WordPress to Hugo
Technical Debt Cleanup, Again Several years had passed since I last touched my portal site. It was the classic developer situation: “Oh right, I haven’t maintained that site at all.” I needed a place to publish side project tools and libraries anyway, so I finally got around to tackling the renewal. Why Hugo (Again)? I was already familiar with Hugo as a Go-based static site generator. While there are tons of options like Jekyll, Gatsby, Next.js (SSG), Hugo ultimately wins on build speed and template simplicity. Nothing beats the smooth experience of writing with hugo server and live reload. ...