30 lines
569 B
YAML
30 lines
569 B
YAML
baseURL: https://richard-dern.fr
|
|
languageCode: fr-FR
|
|
defaultContentLanguage: "fr"
|
|
title: Richard Dern
|
|
copyright: "© Richard Dern"
|
|
disableHugoGeneratorInject: true
|
|
enableEmoji: true
|
|
enableGitInfo: true
|
|
timeZone: Europe/Paris
|
|
theme: ["2026"]
|
|
disableAliases: true
|
|
security:
|
|
funcs:
|
|
getenv:
|
|
- "^HUGO_"
|
|
- "^CI$"
|
|
- "^MEILI_SEARCH_API_KEY$"
|
|
params:
|
|
lists:
|
|
layout: spotlight
|
|
mediaTypes:
|
|
text/redirects:
|
|
delimiter: ""
|
|
outputFormats:
|
|
redirects:
|
|
baseName: _redirects
|
|
isPlainText: true
|
|
mediaType: text/redirects
|
|
root: true
|