mirror of
https://github.com/getzola/zola
synced 2024-11-13 23:57:06 +00:00
7000f787b3
* search: Add support for a JSON index * docs: Document JSON index for search * docs: Use lazy-loaded JSON index * Add elasticlunr prefix to search engine format configuration This will be useful if support for more search libraries are added in the future
22 lines
524 B
TOML
22 lines
524 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" },
|
|
#]
|
|
|
|
|
|
[extra]
|
|
author = "Vincent Prouillet"
|