Skip to content

Commit f7aa5b6

Browse files
authored
chore: Upgraded Zola to 0.22.1 and Zola-Devin theme (#11)
* Updated zola-devin theme * Updated to Zola 0.22.1
1 parent 9bfc9b5 commit f7aa5b6

2 files changed

Lines changed: 3 additions & 5 deletions

File tree

config.toml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,8 @@ generate_sitemap = true
3131
# When set to "false", robots.txt is not generated
3232
generate_robots_txt = true
3333

34-
[markdown]
35-
# Whether to do syntax highlighting
36-
# Theme can be customised by setting the `highlight_theme` variable to a theme supported by Zola
37-
highlight_code = true
34+
[markdown.highlighting]
35+
theme = "nord"
3836

3937
[extra]
4038

0 commit comments

Comments
 (0)