File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed
Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -3,13 +3,11 @@ base_url = "https://rust.audio"
33
44# Whether to automatically compile all Sass files in the sass directory
55compile_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
1412build_search_index = true
1513
@@ -18,9 +16,13 @@ title = "Rust Audio"
1816taxonomies = [
1917]
2018
19+ [markdown ]
20+ highlight_code = true
21+ highlight_theme = " ir-white"
22+
2123[extra ]
2224logo = " /media/logo.png"
2325discourse_url = " https://rust-audio.discourse.group/"
2426repos_url = " https://api.github.com/orgs/RustAudio/repos"
2527discord_server_id = " 590254806208217089"
26- discord_invite = " https://discord.gg/8qW6q2k"
28+ discord_invite = " https://discord.gg/8qW6q2k"
You can’t perform that action at this time.
0 commit comments