Zero to Prod in Half an Hour: Part 3 --- Mutating the Generated HTML Files
As it turns out, using pygmentize can only do so much for us and we’ll need to extend the generated HTML files. This section will update the generated HTML files and implements custom mutations using Go programming language.
Lecture
Zero to Prod in Half an Hour: Part 3 --- Generating Static HTML
Playlist
▶ Part 3: Mutating the Generated HTML Files
Tools and Technologies Mentioned
Here are the tools and technologies that were mentioned in the video, along with related articles and other helpful links.
- Pygments
- Go Programming Language
- Setting Up Your Go Development Environment
- Places to Learn Go
- Zero to Hero Articles Tagged With “Go”
- filepath.Walk()
- filepath.WalkFunc
- Go By Example: egular Expressions
- http-server
Read The Source
Until the next lecture… May the source be with you 🦄.