Explore >> Select a destination


You are here

www.markusdosch.com
| | www.stevenhicks.me
9.4 parsecs away

Travel
| | Did you know your blog's syntax highlighter probably has support for highlighting code diffs? I didn't.
| | logr.cogley.info
7.3 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:
| | vrurg.github.io
12.1 parsecs away

Travel
| | Raku is full of surprises. Sometimes I read something what that me like "oh, really?". Sometimes I realize than a fact evident for me is not so obvious for others.
| | www.morling.dev
44.2 parsecs away

Travel
| As a software engineer, I like to automate tedious tasks as much as possible. The deployment of this website is no exception: it is built using the Hugo static site generator and hosted on GitHub Pages; so wouldn't it be nice if the rendered website would automatically be published whenever an update is pushed to its source code repository?