📝 docs: update syntax highlighting requirements for latest Zola
Some checks failed
Build Site / Check and Build for Pull Requests (push) Has been cancelled
Build Site / Build and Deploy on Main Push (push) Has been cancelled

Reported in #630
This commit is contained in:
Óscar 2026-03-02 01:27:46 +09:00 committed by GitHub
parent 3896c1597c
commit 82f2c466ae
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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: