25 lines
No EOL
386 B
YAML
25 lines
No EOL
386 B
YAML
project:
|
|
type: website
|
|
output-dir: public
|
|
|
|
website:
|
|
title: "Suivi de la thèse"
|
|
navbar:
|
|
left:
|
|
- href: index.qmd
|
|
text: "Liste des semaines"
|
|
|
|
lang: fr
|
|
|
|
date: last-modified
|
|
|
|
author:
|
|
name: "Louis LACOSTE"
|
|
email: "louis.lacoste@agroparistech.fr"
|
|
|
|
format:
|
|
html:
|
|
theme: yeti
|
|
toc: true
|
|
html-math-method: katex
|
|
embed-resources: true |