Files
CoqBlog/hugo.yml
T
alois 7533ff4d2f
Build and Deploy Hugo / build (push) Has been cancelled
révision date et bouton modifier
2026-05-21 14:36:11 +00:00

114 lines
2.2 KiB
YAML

baseURL: "https://blog.alocoq.fr/"
languageCode: "fr-FR"
language: "fr"
title: "Aloïs Coquillard"
theme: "PaperMod"
pagination:
pagerSize: 10
enableRobotsTXT: true
buildDrafts: false
buildFuture: false
minify:
disableXML: true
minifyOutput: true
params:
env: production
title: "Aloïs Coquillard"
description: "Physicien passionné d'électronique et d'informatique"
author: "Aloïs Coquillard"
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
dateFormat: "2 janvier 2006"
label:
text: "Aloïs Coquillard"
homeInfoParams:
Title: "Bonjour, moi c'est Aloïs 👋"
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://git.alocoq.fr/alois"
- name: email
url: "mailto:alois.coquillard@ens-lyon.fr"
cover:
hidden: false
hiddenInList: false
hiddenInSingle: false
editPost:
URL: "https://blog.alocoq.fr/admin/#/collections"
Text: "Modifier"
appendFilePath: false
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