Skip to content

Commit a3c97f7

Browse files
committed
Add some juice config.
1 parent bb3eecf commit a3c97f7

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

config.toml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff 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
88
build_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
1315
highlight_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+
]

0 commit comments

Comments
 (0)