mirror of
https://github.com/rust-lang/rustlings.git
synced 2025-06-07 06:04:47 +00:00
27 lines
557 B
TOML
27 lines
557 B
TOML
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
|
|
highlight_theme = "ayu-mirage"
|
|
|
|
insert_anchor_links = "heading"
|
|
|
|
[extra]
|
|
logo_path = "images/happy_ferris.svg"
|
|
|
|
[[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"
|