recettes/hugo.yml
2025-10-12 19:38:38 +02:00

77 lines
1.6 KiB
YAML
Executable file

baseURL: 'https://achilletoupin.com/'
languageCode: 'fr-fr'
title: 'Achille Toupin'
taxonomies:
tag: tags
category: categories
typewriter-spec: typewriter-specs
collection: collections
menu:
main:
- identifier: blog
name: Blog
url: /blog/
weight: 10
- identifier: collection
name: Collection
url: /collection/
weight: 20
- identifier: tags
name: Tags
url: /tags/
weight: 30
- identifier: a-propos
name: À propos
url: /a-propos/
weight: 40
params:
description: "Mes pensées, idées et projets récents"
# defaultTheme: light
# defaultTheme: dark
defaultTheme: auto # to switch between dark or light according to browser theme
defaultContentLanguage: fr
defaultContentLanguageInSubdir: false
assets:
favicon: "assets/favicon.ico"
fuseOpts: # pour la recherche
isCaseSensitive: false
shouldSort: true
location: 0
distance: 1000
threshold: 0.4
minMatchCharLength: 0
# limit: 10 # refer: https://www.fusejs.io/api/methods.html#search
keys: ["title", "permalink", "summary", "content"]
ShowReadingTime: true
ShowBreadCrumbs: true
ShowPostNavLinks: true
dateFormat: "2006-01-02" # Set the desired date format here
ShowFullTextinRSS: true # Supports to show your whole contents in RSS, not just summary
showLastMod: true
markup:
goldmark:
parser:
attribute:
block: true
wrapStandAloneImageWithinParagraph: false
outputFormats:
RSS:
baseName: "feed"
outputs:
home:
- HTML
- RSS
- JSON # necessary for search