Terminal Colors with Highlight.js

This is another post where I’m working on Hugo capabilities. This time, though, I’m mostly dealing with expanding highlight.js, which is the highlighting tool used by the PaperMod theme. Terminal in color This shows my terminal prompt in approximately the colors that I see. gvollink@javavm [GIT: (✅) master]:0 🏠/src/web/hugo-blog$ The above, in source, has embedded ANSI escape codes. To do this I created a language called terminal for highlight.js and an accompanying PlugIn....

25 May 2022 · 3 min · Gary Allen Vollink