mirror of
https://github.com/getzola/zola
synced 2024-11-10 14:24:27 +00:00
3d0749d478
* fix: fix docs CI workflow; build in MRs; build and deploy on master * fix: set link checker to warn, not error, for site in docs/
24 lines
563 B
TOML
24 lines
563 B
TOML
base_url = "https://www.getzola.org/"
|
|
title = "Zola"
|
|
description = "Everything you need to make a static site engine in one binary."
|
|
|
|
compile_sass = true
|
|
build_search_index = true
|
|
|
|
[search]
|
|
index_format = "elasticlunr_json"
|
|
|
|
[markdown]
|
|
highlight_code = true
|
|
highlight_theme = "kronuz"
|
|
#highlight_theme = "css"
|
|
#highlight_themes_css = [
|
|
# { theme = "base16-ocean-dark", filename = "syntax-theme-dark.css" },
|
|
# { theme = "base16-ocean-light", filename = "syntax-theme-light.css" },
|
|
#]
|
|
|
|
[link_checker]
|
|
internal_level = "warn"
|
|
|
|
[extra]
|
|
author = "Vincent Prouillet"
|