Skip to content

Use Hugo's Chroma highlighter rather than Highlight.js

Hugo has built in support for build time highlighting via Chroma. The Beautiful Hugo theme is also enabling Highlight.js. Disable Highlight.js so that we can gain control over the highlighting from the site config. Update the config to use the latest syntax and use "How to Build Your Own Kernel" as an example of how to add code highlighting.

Merge request reports