Files
lettre/website/config.toml
Jacob Budin aecbce50e3 fix(doc): Update Hugo theme
Updated Hugo Learn Theme and regenerated web docs.
2017-10-15 18:17:26 -04:00

14 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