mirror of
https://github.com/getzola/zola
synced 2025-03-04 23:17:13 +00:00
11 lines
282 B
TOML
11 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"
|