website/config.toml
tezlm 3517c338e5
fix the rename
This reverts commit bb1dbee306.
2024-01-26 17:38:20 -08:00

15 lines
375 B
TOML

# The URL the site will be built for
base_url = "https://example.com"
# Whether to automatically compile all Sass files in the sass directory
compile_sass = true
# Whether to build a search index to be used later on by a JavaScript library
build_search_index = false
[markdown]
highlight_code = true
# highlight_theme = "css"
[extra]
# Put all your custom variables here