Enable blog comments in GitHub pages with utterance

It's been three years since I started this blog using Hugo and GitHub pages, but I never enabled comments since this blog makes use of static pages, some users commented my posts using github issues and I thought it was a good idea. There were many workarounds to enable comments in github pages, but I wasn't convinced. Luckily, yesterday I found out about utterances. A lightweight comments widget built on GitHub issues. Use GitHub issues for blog comments, wiki pages and more! ...

November 5, 2023 · 2 min · 389 words · Me

Blog with Hugo (and GitHub Pages)

Hugo is one of the most popular open-source static site generators. With its amazing speed and flexibility, Hugo makes building websites fun again. That's in the Hugo website and I guess it's true, since I find it very easy to use to publish this dumb blog when I have the time to. Now, Hugo will generate the static site in your PC but how can you make it accessible from the Internet? Well… GitHub Pages is the savior. ...

January 3, 2021 · 4 min · 738 words · Me