24 lines
No EOL
654 B
YAML
24 lines
No EOL
654 B
YAML
project:
|
|
output-dir: public/fr
|
|
|
|
website:
|
|
title: "Louis Lacoste"
|
|
navbar:
|
|
left:
|
|
- href: index.qmd
|
|
text: Accueil
|
|
- href: posts.qmd
|
|
text: Billets de blog
|
|
- href: teaching.qmd
|
|
text: Enseignement
|
|
- href: publications.qmd
|
|
text: Publications
|
|
|
|
right:
|
|
- href: interests.qmd
|
|
text: Ce qui m'intéresse
|
|
|
|
body-header: |
|
|
<link rel="stylesheet" href=https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css><button onclick="window.location = window.location.href.replace('/fr', '');" class="btn"><i class="fa fa-language"></i> English </button>
|
|
|
|
lang: fr |