We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16c8f1d commit 588d738Copy full SHA for 588d738
config.toml
@@ -7,17 +7,16 @@ description = "Operating System Development in Rust"
7
# Whether to automatically compile all Sass files in the sass directory
8
compile_sass = false
9
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
-
14
# Whether to build a search index to be used later on by a JavaScript library
15
build_search_index = false
16
17
# Generate RSS feed
18
generate_feed = true
19
feed_filename = "rss.xml"
20
+[markdown]
+highlight_code = true
+
21
[link_checker]
22
skip_prefixes = [
23
"https://crates.io/crates", # see https://github.com/rust-lang/crates.io/issues/788
0 commit comments