mirror of
https://github.com/welpo/tabi.git
synced 2026-03-10 01:57:20 +01:00
📝 docs: update syntax highlighting requirements for latest Zola
Reported in #630
This commit is contained in:
parent
3896c1597c
commit
82f2c466ae
1 changed files with 3 additions and 3 deletions
|
|
@ -122,9 +122,9 @@ title = "Your Site Title"
|
||||||
4. Configure code block highlighting in your `config.toml`:
|
4. Configure code block highlighting in your `config.toml`:
|
||||||
|
|
||||||
```toml
|
```toml
|
||||||
[markdown]
|
[markdown.highlighting]
|
||||||
highlight_code = true
|
theme = "catppuccin-frappe"
|
||||||
highlight_theme = "css"
|
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:
|
5. Create a `content/_index.md` file. This file controls how your home page looks and behaves. Choose one of the following options:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue