113 lines
2.1 KiB
YAML
113 lines
2.1 KiB
YAML
baseURL: "https://blog.alocoq.fr/"
|
|
languageCode: "fr-FR"
|
|
language: "fr"
|
|
title: "John Doe"
|
|
theme: "PaperMod"
|
|
pagination:
|
|
pagerSize: 10
|
|
|
|
enableRobotsTXT: true
|
|
buildDrafts: false
|
|
buildFuture: false
|
|
|
|
minify:
|
|
disableXML: true
|
|
minifyOutput: true
|
|
|
|
params:
|
|
env: production
|
|
title: "John Doe"
|
|
description: "Physicien passionné d'électronique et d'informatique"
|
|
author: "John Doe"
|
|
defaultTheme: auto
|
|
disableThemeToggle: false
|
|
ShowReadingTime: true
|
|
ShowShareButtons: false
|
|
ShowPostNavLinks: true
|
|
ShowBreadCrumbs: true
|
|
ShowCodeCopyButtons: true
|
|
ShowWordCount: false
|
|
ShowRssButtonInSectionTermList: true
|
|
UseHugoToc: true
|
|
showtoc: true
|
|
tocopen: false
|
|
comments: false
|
|
hidemeta: false
|
|
hideSummary: false
|
|
|
|
label:
|
|
text: "John Doe"
|
|
|
|
homeInfoParams:
|
|
Title: "Bonjour, je suis John Doe 👋"
|
|
Content: >
|
|
Physicien passionné d'électronique et d'informatique.
|
|
Sur ce site, je documente mes projets, mes expériences et mes réflexions.
|
|
|
|
socialIcons:
|
|
- name: github
|
|
url: "https://github.com/johndoe"
|
|
- name: email
|
|
url: "mailto:john@doe.fr"
|
|
|
|
cover:
|
|
hidden: false
|
|
hiddenInList: false
|
|
hiddenInSingle: false
|
|
|
|
editPost:
|
|
URL: "https://gitea.alocoq.fr/johndoe/CoqBlog/edit/main/content"
|
|
Text: "Modifier"
|
|
appendFilePath: true
|
|
|
|
fuseOpts:
|
|
isCaseSensitive: false
|
|
shouldSort: true
|
|
location: 0
|
|
distance: 1000
|
|
threshold: 0.4
|
|
minMatchCharLength: 0
|
|
limit: 10
|
|
keys: ["title", "permalink", "summary", "content"]
|
|
|
|
menu:
|
|
main:
|
|
- identifier: projets
|
|
name: Projets
|
|
url: /projets/
|
|
weight: 10
|
|
- identifier: blog
|
|
name: Blog
|
|
url: /blog/
|
|
weight: 20
|
|
- identifier: a-propos
|
|
name: À propos
|
|
url: /a-propos/
|
|
weight: 30
|
|
- identifier: tags
|
|
name: Tags
|
|
url: /tags/
|
|
weight: 40
|
|
- identifier: recherche
|
|
name: Recherche
|
|
url: /recherche/
|
|
weight: 50
|
|
|
|
pygmentsUseClasses: true
|
|
markup:
|
|
highlight:
|
|
noClasses: false
|
|
codeFences: true
|
|
guessSyntax: true
|
|
lineNos: true
|
|
style: monokai
|
|
goldmark:
|
|
renderer:
|
|
unsafe: true
|
|
|
|
outputs:
|
|
home:
|
|
- HTML
|
|
- RSS
|
|
- JSON
|