-
Notifications
You must be signed in to change notification settings - Fork 2
/
config.toml
31 lines (28 loc) · 1.07 KB
/
config.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# The URL the site will be built for
base_url = "https://rust-gpu.github.io"
# Whether to automatically compile all Sass files in the sass directory
compile_sass = true
# Whether to build a search index to be used later on by a JavaScript library
build_search_index = true
theme = "juice"
generate_feeds = true
[markdown]
# Whether to do syntax highlighting
# Theme can be customised by setting the `highlight_theme` variable to a theme supported by Zola
highlight_code = true
highlight_theme = "cheerfully-light"
[extra]
juice_logo_name = "Rust GPU"
juice_logo_path = ""
rust_crate = "rust-gpu"
github_repo = "Rust-GPU/rust-gpu"
website_github_repo = "Rust-GPU/rust-gpu.github.io"
site_description = "Rust on GPUs."
juice_exclude_menu = ["Ecosystem", "Changelog", "Blog"]
juice_extra_menu = [
{ title = "Docs", link = "https://rust-gpu.github.io/rust-gpu/book/" },
{ title = "Blog", link = "/blog/" },
{ title = "Ecosystem", link = "/ecosystem/" },
{ title = "Changelog", link = "/changelog/" },
{ title = "GitHub", link = "https://github.com/Rust-GPU/rust-gpu" },
]