zola/docs/config.toml
2017-10-04 00:21:18 +09:00

12 lines
282 B
TOML

base_url = "https://example.com"
title = "Gutenberg"
description = "Everything you need to make a static site engine in one binary. And it's fast"
compile_sass = true
highlight_code = true
insert_anchor_links = true
highlight_theme = "kronuz"
[extra]
author = "Vincent Prouillet"