Explore >> Select a destination


You are here

trestletech.com
| | leebyron.com
5.1 parsecs away

Travel
| | On macOS there is the fantastic "Preview" utility. Select a file and hit space bar to quickly take a look at the contents. In terminal things are a little different. There's , , and . Bash denizens will be familiar with the results.
| | logr.cogley.info
5.0 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:
| | www.markusdosch.com
2.1 parsecs away

Travel
| | Personal Blog on Coding & Technology
| | hjr265.me
25.0 parsecs away

Travel
| With Toph, for me, the line between work and fun blurs. I wanted to add a small in-browser game to Toph that would allow contest participants to pass the time while waiting for the contest to begin. The thing about 100 lines of JavaScript is arbitrary. I wanted to make the most out of modern CSS features and use JavaScript only where necessary. Without further ado, here's the game: You can find the source code for this game on GitHub.