4a87689cfb
* Add class based syntax higlighting + line numbers * Use fork of syntect for now * Fix tests * Fix diff background on inline highlighter Co-authored-by: evan-brass <evan-brass@protonmail.com>
20 lines
480 B
TOML
20 lines
480 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
|
|
|
|
[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"
|