|
You are here |
zola.discourse.group | ||
| | | | |
pricey.uk
|
|
| | | | | [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
|
|
| | | | | 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
|
|
| | | | | 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
|
|
| | | [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. | ||