summaryrefslogtreecommitdiff
path: root/website/config.toml
diff options
context:
space:
mode:
authormo8it <mo8it@proton.me>2025-05-16 21:08:29 +0200
committermo8it <mo8it@proton.me>2025-05-16 21:08:29 +0200
commit74ab9924b4193c0fb66f3c0e3667a4d7b4edfb18 (patch)
treeaa1614c5b4b6ae07d48e95987f2d082c82d43d15 /website/config.toml
parenta28000acc4945bc0865f15964b3605ea9d31cedf (diff)
Start with Zola
Diffstat (limited to 'website/config.toml')
-rw-r--r--website/config.toml20
1 files changed, 20 insertions, 0 deletions
diff --git a/website/config.toml b/website/config.toml
new file mode 100644
index 0000000..d23b331
--- /dev/null
+++ b/website/config.toml
@@ -0,0 +1,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"