From 82f2c466ae4280ff95339b3683e922c5b9a17916 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=93scar?= Date: Mon, 2 Mar 2026 01:27:46 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20docs:=20update=20syntax=20highli?= =?UTF-8?q?ghting=20requirements=20for=20latest=20Zola?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reported in #630 --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7c0a7a69..9385def6 100644 --- a/README.md +++ b/README.md @@ -122,9 +122,9 @@ title = "Your Site Title" 4. Configure code block highlighting in your `config.toml`: ```toml -[markdown] -highlight_code = true -highlight_theme = "css" +[markdown.highlighting] +theme = "catppuccin-frappe" +style = "class" ``` 5. Create a `content/_index.md` file. This file controls how your home page looks and behaves. Choose one of the following options: