File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -7,10 +7,21 @@ compile_sass = true
7
7
# Whether to build a search index to be used later on by a JavaScript library
8
8
build_search_index = true
9
9
10
+ theme = " juice"
11
+
10
12
[markdown ]
11
13
# Whether to do syntax highlighting
12
14
# Theme can be customised by setting the `highlight_theme` variable to a theme supported by Zola
13
15
highlight_code = true
16
+ highlight_theme = " cheerfully-light"
14
17
15
18
[extra ]
16
- # 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
+ ]
You can’t perform that action at this time.
0 commit comments