zola/docs/config.toml

14 lines
333 B
TOML
Raw Normal View History

base_url = "https://www.getgutenberg.io/"
title = "Gutenberg"
description = "Everything you need to make a static site engine in one binary."
2017-09-08 09:59:51 +00:00
compile_sass = true
highlight_code = true
insert_anchor_links = true
2017-10-03 15:21:18 +00:00
highlight_theme = "kronuz"
2018-03-15 17:58:32 +00:00
build_search_index = true
2018-08-03 17:47:39 +00:00
# check_external_links = true
2017-09-08 09:59:51 +00:00
[extra]
author = "Vincent Prouillet"