Hey, how do I do syntax highlighting properly? When I run hugo server
, it correctly highlights my code (which I have in three backticks) and applies the chosen theme (selected in pygmentsStyle). When I deploy on Netlify, though, the theme is not applied. Is there any intermediate step I should’ve taken to make the theming work also on Netlify and not only locally? The screenshots can be found at imgur dot com slash a/Gkhm1xm.
Relevant piece of my config.toml
:
pygmentsCodefences = true
pygmentsUseClasses = false
pygmentsUseClassic = false
pygmentsStyle = "solarized-light"
My hugo.env
output:
Hugo Static Site Generator v0.42.1 darwin/amd64
GOOS="darwin"
GOARCH="amd64"
GOVERSION="go1.10.3"
And finally, the code of the blog is here: github, and the netlify site is here Specifically, the code I’m trying to highlight is in content/docs/roguelike-part-0.md.