-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_quarto.yml
49 lines (46 loc) · 1.24 KB
/
_quarto.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
project:
type: website
output-dir: docs
website:
title: "Menu"
page-footer:
left: "Blog made with [Quarto](https://quarto.org/), by Clément Rieux. License: [CC BY-SA 2.0](https://creativecommons.org/licenses/by-sa/2.0/)."
right:
- icon: github
href: https://github.com/clementrx
- icon: linkedin
href: https://www.linkedin.com/in/ClementRieux/
- icon: envelope
href: mailto:[email protected]
navbar:
right:
- about.qmd
- text: Posts
menu:
- text: All posts
href: posts/index.qmd
- text: English
href: posts/en.qmd
- text: Français
href: posts/fr.qmd
- text: Español
href: posts/es.qmd
- text: CV
menu:
- text: CV en Français
href: resume-fr.pdf
- text: CV in English
href: resume-en.pdf
- text: CV en Español
href: resume-es.pdf
- icon: github
href: https://github.com/clementrx
- icon: linkedin
href: https://www.linkedin.com/in/ClementRieux/
- icon: envelope
href: mailto:[email protected]
format:
html:
theme: cosmo
css: styles.css
editor: visual