8 lines
173 B
TOML
8 lines
173 B
TOML
baseURL = "https://lettre.github.io/"
|
|
languageCode = "en-us"
|
|
title = "Lettre site"
|
|
theme = "hugo-theme-learn"
|
|
search = true
|
|
author = "Alexis Mousset"
|
|
publishDir = "../docs"
|