We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb3eecf commit a3c97f7Copy full SHA for a3c97f7
1 file changed
config.toml
@@ -7,10 +7,21 @@ compile_sass = true
7
# Whether to build a search index to be used later on by a JavaScript library
8
build_search_index = true
9
10
+theme = "juice"
11
+
12
[markdown]
13
# Whether to do syntax highlighting
14
# Theme can be customised by setting the `highlight_theme` variable to a theme supported by Zola
15
highlight_code = true
16
+highlight_theme = "cheerfully-light"
17
18
[extra]
-# Put all your custom variables here
19
+juice_logo_name = "Rust GPU"
20
+juice_logo_path = ""
21
+rust_crate = "rust-gpu"
22
+github_repo = "Rust-GPU/rust-gpu"
23
+website_github_repo = "Rust-GPU/rust-gpu.github.io"
24
+site_description = "Rust on GPUs."
25
+page_menu = [
26
+ { title = "GitHub", link = "https://github.com/Rust-GPU/rust-gpu" },
27
+]
0 commit comments