/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

zola.discourse.group
| | pricey.uk
12.6 parsecs away

Travel
| | [AI summary] The author shares a personal review and experience testing Zola, a Rust-based static site generator, for rebuilding their blog.
| | logr.cogley.info
12.9 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:
| | matttproud.com
12.8 parsecs away

Travel
| | I am using Hugo's uglyURLs feature to generate path names with file type suffixes. It may sound weird to do that in 2024; but if this is to be a static site, I want it to be an homage to 1990-2000s-era World Wide Web. The only problem is that Hugo's menu construct for pageRef = '/' generates a href value of href="/", not href="/index.html". This pageRef = '/' is used to designate your Hugo project's root directory.
| | applevis.com
33.9 parsecs away

Travel
| [AI summary] The article discusses Apple's accessibility features and updates, focusing on improvements for blind and low vision users, including Braille displays, VoiceOver, and various iOS and macOS updates.