Hugo's Syntax Highlighting is static

1 · Valentin Knabel · July 24, 2022, midnight
Unlinke many other static site generators, the syntax highlighting of Hugo does not use client-side JavaScript, which is great! The underlying library is available as Go module github.com/alecthomas/chroma....