summaryrefslogtreecommitdiff
path: root/zola.toml
blob: f48c1911d9764287fdb5550e1c34d2b23f006ff0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# The URL the site will be built for
base_url = "https://arslaancodes.com"

# Whether to automatically compile all Sass files in the sass directory
compile_sass = false

# Whether to build a search index to be used later on by a JavaScript library
build_search_index = false

[markdown]

[markdown.highlighting]
theme = "catppuccin-mocha"

[extra]
# Put all your custom variables here