1

Refactorisation de la configuration

This commit is contained in:
2025-09-19 23:11:22 +02:00
parent 6c380ce39d
commit 9d0aa1107f
6 changed files with 30 additions and 31 deletions

View File

@@ -0,0 +1,9 @@
baseURL: https://richard-dern.fr
languageCode: fr-FR
defaultContentLanguage: "fr"
title: Richard Dern
copyright: "© Richard Dern"
disableHugoGeneratorInject: true
enableEmoji: true
timeZone: Europe/Paris
theme: default

View File

@@ -0,0 +1,4 @@
date:
- "date"
- "publishDate"
- "lastmod"

View File

@@ -1,31 +0,0 @@
baseURL: https://richard-dern.fr
languageCode: fr-FR
defaultContentLanguage: "fr"
title: Richard Dern
copyright: "© Richard Dern"
disableHugoGeneratorInject: true
enableEmoji: true
timeZone: Europe/Paris
theme: default
frontmatter:
date: ["date", "publishDate", "lastmod"]
markup:
goldmark:
parser:
wrapStandAloneImageWithinParagraph: false
renderer:
unsafe: true
tableOfContents:
ordered: true
highlight:
style: modus-vivendi
services:
rss:
limit: 10
outputs:
home:
- html
- rss
section: html
taxonomy: html
term: html

View File

@@ -0,0 +1,9 @@
goldmark:
parser:
wrapStandAloneImageWithinParagraph: false
renderer:
unsafe: true
tableOfContents:
ordered: true
highlight:
style: modus-vivendi

View File

@@ -0,0 +1,6 @@
home:
- html
- rss
section: html
taxonomy: html
term: html

View File

@@ -0,0 +1,2 @@
rss:
limit: 10