Tag: Frontend

Generating a static website with Hugo

Hugo is a static website generator written in Go. It is very fast at generating pages. Furthermore, there are more than 300 customizable themes available on hugo’s website: https://themes.gohugo.io/. Among those, I especially like these ones:

  • Slick, a theme with no external request.
  • Blist, a more blog-like them.
  • Notrack, a theme with no analytics.

I’ve decided to go with Notrack as I like the look and it corresponds to my needs.

Read more...