Skip to content

Commit 588d738

Browse files
committed
Enable syntax highlighting again
1 parent 16c8f1d commit 588d738

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

config.toml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,16 @@ description = "Operating System Development in Rust"
77
# Whether to automatically compile all Sass files in the sass directory
88
compile_sass = false
99

10-
# Whether to do syntax highlighting
11-
# Theme can be customised by setting the `highlight_theme` variable to a theme supported by Zola
12-
highlight_code = true
13-
1410
# Whether to build a search index to be used later on by a JavaScript library
1511
build_search_index = false
1612

1713
# Generate RSS feed
1814
generate_feed = true
1915
feed_filename = "rss.xml"
2016

17+
[markdown]
18+
highlight_code = true
19+
2120
[link_checker]
2221
skip_prefixes = [
2322
"https://crates.io/crates", # see https://github.com/rust-lang/crates.io/issues/788

0 commit comments

Comments
 (0)