blob: d23b3314e9e5eaf688fe0c9e10c8ce670eac1833 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
base_url = "https://rust-lang.github.io/rustlings"
title = "Rustlings"
description = "Small exercises to get you used to reading and writing Rust code!"
compile_sass = false
build_search_index = false
[markdown]
highlight_code = true
[[extra.menu_items]]
name = "Home"
url = "/"
[[extra.menu_items]]
name = "Custom Exercises"
url = "/custom-exercises"
[[extra.footer_items]]
name = "Repository"
url = "https://github.com/rust-lang/rustlings"
|