zola/docs/config.toml
Vincent Prouillet bdcad38310 Finishing up site (#131)
* Finishing up site

* Make site a bit responsive

* Fix menu responsiveness

* Remove Fira Sans and revamp a bit text

* Update list of syntax and change output of syntax

* Add Rust mention

* Some doc tweaks

* Correct capitalization for GitHub

Correct capitalization for GitHub

* Some CSS tweaks

* More css tweaks + favicon

* Add link to my site
2017-10-19 13:48:50 +02:00

12 lines
277 B
TOML

base_url = "https://www.getgutenberg.io/"
title = "Gutenberg"
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"
[extra]
author = "Vincent Prouillet"