Files
lettre/website/config.toml
2017-05-25 23:35:32 +02:00

13 lines
374 B
TOML

baseURL = "https://lettre.github.io/lettre/"
languageCode = "en-us"
title = "Lettre site"
theme = "hugo-theme-learn"
publishDir = "../docs"
PygmentsCodeFences = true
[params]
editURL = "https://github.com/lettre/lettre/edit/master/website/content/"
description = "Documentation for the Lettre mailer in Rust"
author = "Alexis Mousset"
autoNav = true
search = true