2018-10-18 21:09:32 +00:00
|
|
|
base_url = "https://www.getzola.org/"
|
|
|
|
title = "Zola"
|
2017-10-19 11:48:50 +00:00
|
|
|
description = "Everything you need to make a static site engine in one binary."
|
2017-09-08 09:59:51 +00:00
|
|
|
|
|
|
|
compile_sass = true
|
2018-03-15 17:58:32 +00:00
|
|
|
build_search_index = true
|
2017-09-08 09:59:51 +00:00
|
|
|
|
2021-02-02 19:57:37 +00:00
|
|
|
[markdown]
|
|
|
|
highlight_code = true
|
|
|
|
highlight_theme = "kronuz"
|
2021-07-10 06:49:44 +00:00
|
|
|
#highlight_theme = "css"
|
|
|
|
#highlight_themes_css = [
|
|
|
|
# { theme = "base16-ocean-dark", filename = "syntax-theme-dark.css" },
|
|
|
|
# { theme = "base16-ocean-light", filename = "syntax-theme-light.css" },
|
|
|
|
#]
|
2021-02-02 19:57:37 +00:00
|
|
|
|
|
|
|
|
2017-09-08 09:59:51 +00:00
|
|
|
[extra]
|
|
|
|
author = "Vincent Prouillet"
|