Zero to Prod in Half an Hour: Part 2 — Generating Static HTML
In this part of the series, we’ll create a generator that reads a repository full of Go source code files, and create syntax-highlighted HTML versions of those files. In this process, Pygments Python Syntax Highlighter will do the heavy-lifting.