mirror of
https://github.com/getzola/zola
synced 2024-11-15 00:27:38 +00:00
7e618684da
Closes #756
12 lines
294 B
TOML
12 lines
294 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
|
|
highlight_code = true
|
|
insert_anchor_links = true
|
|
highlight_theme = "kronuz"
|
|
build_search_index = true
|
|
|
|
[extra]
|
|
author = "Vincent Prouillet"
|