config: migrate markdown highlighting to Zola 0.22 schema

The nixpkgs bump to nixos-26.05 pulls in Zola 0.22, which replaced the
syntect highlighting backend with Giallo and changed the config schema.
Replace the removed `highlight_code` key with a `[markdown.highlighting]`
table using the `one-dark-pro` theme.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
2026-06-15 00:25:46 +02:00
parent eab712e421
commit 055790d9ce
3 changed files with 7 additions and 6 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
{
inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable";
inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixos-26.05";
inputs.theme_anemone = {
url = "github:Speyll/anemone";
flake = false;