Refactorisation de la configuration
This commit is contained in:
9
config/_default/config.yaml
Normal file
9
config/_default/config.yaml
Normal 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
|
||||
4
config/_default/frontmatter.yaml
Normal file
4
config/_default/frontmatter.yaml
Normal file
@@ -0,0 +1,4 @@
|
||||
date:
|
||||
- "date"
|
||||
- "publishDate"
|
||||
- "lastmod"
|
||||
@@ -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
|
||||
9
config/_default/markup.yaml
Normal file
9
config/_default/markup.yaml
Normal file
@@ -0,0 +1,9 @@
|
||||
goldmark:
|
||||
parser:
|
||||
wrapStandAloneImageWithinParagraph: false
|
||||
renderer:
|
||||
unsafe: true
|
||||
tableOfContents:
|
||||
ordered: true
|
||||
highlight:
|
||||
style: modus-vivendi
|
||||
6
config/_default/outputs.yaml
Normal file
6
config/_default/outputs.yaml
Normal file
@@ -0,0 +1,6 @@
|
||||
home:
|
||||
- html
|
||||
- rss
|
||||
section: html
|
||||
taxonomy: html
|
||||
term: html
|
||||
2
config/_default/services.yaml
Normal file
2
config/_default/services.yaml
Normal file
@@ -0,0 +1,2 @@
|
||||
rss:
|
||||
limit: 10
|
||||
Reference in New Issue
Block a user