Start with Zola

This commit is contained in:
mo8it
2025-05-16 21:08:29 +02:00
parent a28000acc4
commit 74ab9924b4
5 changed files with 93 additions and 0 deletions
+20
View File
@@ -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"