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
77# Whether to build a search index to be used later on by a JavaScript library
88build_search_index = true
99
10+ theme = " juice"
11+
1012[markdown ]
1113# Whether to do syntax highlighting
1214# Theme can be customised by setting the `highlight_theme` variable to a theme supported by Zola
1315highlight_code = true
16+ highlight_theme = " cheerfully-light"
1417
1518[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