Skip to content

Commit 72a57e2

Browse files
committed
Add zola config
1 parent b3588a6 commit 72a57e2

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

config.toml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)