Explore >> Select a destination


You are here

legends2k.github.io
| | www.markusdosch.com
3.6 parsecs away

Travel
| | Personal Blog on Coding & Technology
| | www.jayeless.net
2.9 parsecs away

Travel
| | I said the other day that I would figure out how to customise the syntax highlighting for the Nord theme?(external link), and now I have. If you want to grab the stylesheet for yourself, I've uploaded it as a snippet on GitLab?(external link). Some quick usage ...
| | logr.cogley.info
4.2 parsecs away

Travel
| | Was pleasantly suprised at how easy it is to get syntax highlighting going in Hugo, since its inclusion of the fast Golang-based «Chroma» library, and even making it backward compatible with most pygments settings. My config.toml contains the following: 1 2 3 4 pygmentsOptions = "linenos=table" pygmentsCodeFences = "true" pygmentsCodefencesGuessSyntax = "true" pygmentsStyle = "tango" ... and to get it to work you just use a code fence (three backticks) specifying the language like:
| | imaginarytext.ca
15.2 parsecs away

Travel
| [AI summary] The author discusses their transition from WordPress and Grav to Eleventy for building a static site, emphasizing simplicity, markdown usage, and avoiding proprietary systems like GitHub Pages.