summaryrefslogtreecommitdiff
path: root/website/config.toml
diff options
context:
space:
mode:
authorMo Bitar <76752051+mo8it@users.noreply.github.com>2025-05-23 13:26:52 +0200
committerGitHub <noreply@github.com>2025-05-23 13:26:52 +0200
commit2267f996844475f45a96d9582e0ac0d40b4bce79 (patch)
tree94d0634e928e553ba1071fa405b787efb586e84d /website/config.toml
parente36dd7a1207ccf940ba820abc276fa465f45b531 (diff)
parentbf74a3d0a7ae3c0d12ba572fe1c2f1d711c6e530 (diff)
Merge pull request #2247 from rust-lang/website
Website
Diffstat (limited to 'website/config.toml')
-rw-r--r--website/config.toml41
1 files changed, 41 insertions, 0 deletions
diff --git a/website/config.toml b/website/config.toml
new file mode 100644
index 0000000..0c01dc7
--- /dev/null
+++ b/website/config.toml
@@ -0,0 +1,41 @@
+base_url = "https://rustlings.rust-lang.org"
+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 = "dracula"
+
+insert_anchor_links = "heading"
+
+[extra]
+logo_path = "images/happy_ferris.svg"
+
+[[extra.menu_items]]
+name = "Rustlings"
+url = "@/_index.md"
+[[extra.menu_items]]
+name = "Setup"
+url = "@/setup/index.md"
+[[extra.menu_items]]
+name = "Usage"
+url = "@/usage/index.md"
+[[extra.menu_items]]
+name = "Community Exercises"
+url = "@/community-exercises/index.md"
+[[extra.menu_items]]
+name = "Q&A"
+url = "https://github.com/rust-lang/rustlings/discussions/categories/q-a?discussions_q="
+
+[[extra.footer_items]]
+name = "Repository"
+url = "https://github.com/rust-lang/rustlings"
+[[extra.footer_items]]
+name = "Changelog"
+url = "https://github.com/rust-lang/rustlings/blob/main/CHANGELOG.md"
+[[extra.footer_items]]
+name = "MIT License"
+url = "https://github.com/rust-lang/rustlings/blob/main/LICENSE"