34 lines
No EOL
709 B
YAML
34 lines
No EOL
709 B
YAML
project:
|
|
type: website
|
|
output-dir: public
|
|
|
|
website:
|
|
title: "Suivi de la thèse"
|
|
navbar:
|
|
left:
|
|
- icon: journals
|
|
href: index.qmd
|
|
text: "Liste des semaines"
|
|
right:
|
|
- icon: git
|
|
href: https://git.polarolouis.fr/polarolouis/these-recap-hebdo
|
|
aria-label: Dépôt Git du journal
|
|
|
|
lang: fr
|
|
|
|
date: last-modified
|
|
date-modified: last-modified
|
|
|
|
author:
|
|
name: Louis Lacoste
|
|
email: louis.lacoste@agroparistech.fr
|
|
affiliation: MIA Paris-Saclay, INRAE, AgroParisTech, Université Paris-Saclay
|
|
orcid: 0009-0004-0178-9821
|
|
github: Polarolouis
|
|
|
|
format:
|
|
html:
|
|
theme: yeti
|
|
toc: true
|
|
html-math-method: katex
|
|
embed-resources: false |