recettes/config.toml
2022-04-10 22:04:34 +02:00

23 lines
417 B
TOML

contentDir = "content"
layoutDir = "layouts"
publishDir = "public"
buildDrafts = false
#baseURL = "https://recettes.inf3.ch"
canonifyURLs = true
theme = "hugo-recettes"
languageCode = "fr"
title = "Recettes"
author = "Anne-Catherine Pormann et Thomas Schwery"
copyright = ""
[taxonomies]
category = "categories"
tag = "tags"
[outputs]
home = ["html", "rss", "json"]
[params]
logo = "/images/logo.png"