update
This commit is contained in:
parent
5d53a3d2d7
commit
b726671c60
82 changed files with 16057 additions and 11 deletions
77
hugo.yml
Executable file
77
hugo.yml
Executable file
|
@ -0,0 +1,77 @@
|
|||
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
|
Loading…
Add table
Add a link
Reference in a new issue