We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c0ce95 commit 1728bcdCopy full SHA for 1728bcd
config.toml
@@ -0,0 +1,13 @@
1
+# https://www.getzola.org/documentation/getting-started/configuration/
2
+
3
+base_url = "https://blog.rust-lang.org"
4
+compile_sass = true
5
+build_search_index = false
6
7
+[markdown]
8
+highlight_code = true
9
+highlight_theme = "boron"
10
+bottom_footnotes = true
11
12
+[extra]
13
+# Put all your custom variables here
0 commit comments