Luc Perkins
Luc Perkins
No longer necessary
No longer necessary
No longer necessary
@spacjalex Ah, nice! This was indeed a very dusty corner of the Z2N codebase that I completely forgot about 🤣 Thanks a lot!
The supported branches are by definition those returned from this endpoint: https://prometheus.nixos.org/api/v1/query?query=channel_revision. You can see that list using curl and jq: ```shell curl "https://prometheus.nixos.org/api/v1/query?query=channel_revision" | \ jq -r '.data.result[].metric.channel' ```
@bep That example was admittedly very trite. What it all boils down to is this: I work on lots and lots of Hugo sites, mostly for big technical documentation projects....
@bep Yeah, the risk of compromising Hugo's snappiness is a very real one. I honestly don't have a clue what the performance profile of Lua-on-Go looks like. A substantial per-page...
@onedrawingperday Yes, that's precisely it. I work on *many* documentation projects in which the front matter contains nothing but a title, which could be inferred according to a hierarchy like...
@bep In my experience, most people use an h1 at the very top of the document to specify the title when they’re not specifying it via metadata.
@DewofyourYouth I’m more proposing a render hook that would enable you to potentially determine the title via something that isn’t front matter. So you could have logic like “if the...