blog/hugo.yml
gribse 991f13688e
Some checks are pending
/ test (push) Waiting to run
Update RSS feed support and enhance footer layout
2025-05-13 22:19:04 +02:00

73 lines
1.6 KiB
YAML

baseURL: 'https://blog.achilletoupin.com/'
languageCode: 'fr-fr'
title: 'Achille Toupin'
theme: 'PaperMod'
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
socialIcons: # optional
- name: "<platform>"
url: "<link>"
- name: "<platform 2>"
url: "<link2>"
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
outputFormats:
RSS:
baseName: "feed"
outputs:
home:
- HTML
- RSS
- JSON # necessary for search