Skip to content

Commit 3a25cb7

Browse files
author
doomy
committed
updated config to modern zola
1 parent 65013fe commit 3a25cb7

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

config.toml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,11 @@ base_url = "https://rust.audio"
33

44
# Whether to automatically compile all Sass files in the sass directory
55
compile_sass = true
6-
generate_rss = true
6+
generate_feeds = true
77

88
# Whether to do syntax highlighting
99
# Theme can be customised by setting the `highlight_theme` variable to a theme supported by Gutenberg
10-
highlight_code = true
11-
highlight_theme = "ir-white"
12-
10+
#
1311
# Whether to build a search index to be used later on by a JavaScript library
1412
build_search_index = true
1513

@@ -18,9 +16,13 @@ title = "Rust Audio"
1816
taxonomies = [
1917
]
2018

19+
[markdown]
20+
highlight_code = true
21+
highlight_theme = "ir-white"
22+
2123
[extra]
2224
logo = "/media/logo.png"
2325
discourse_url = "https://rust-audio.discourse.group/"
2426
repos_url = "https://api.github.com/orgs/RustAudio/repos"
2527
discord_server_id = "590254806208217089"
26-
discord_invite = "https://discord.gg/8qW6q2k"
28+
discord_invite = "https://discord.gg/8qW6q2k"

0 commit comments

Comments
 (0)