Initial commit
This commit is contained in:
31
config/_default/hugo.yaml
Normal file
31
config/_default/hugo.yaml
Normal file
@@ -0,0 +1,31 @@
|
||||
baseURL: https://richard.dern.ovh
|
||||
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
|
||||
Reference in New Issue
Block a user