-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_quarto.yml
More file actions
28 lines (26 loc) · 744 Bytes
/
Copy path_quarto.yml
File metadata and controls
28 lines (26 loc) · 744 Bytes
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
project:
type: website
resources:
- "resources/"
website:
title: "Flavien Loiseau"
description: Academic page of Flavien Loiseau.
It contains information about my research (interests, publications, talks, etc.) and some open resources such as my PhD thesis template.
site-url: https://floiseau.github.io/
repo-url: https://github.com/floiseau/floiseau.github.io
navbar:
left:
- publications.qmd
- talks.qmd
- open_materials.qmd
# - resources.qmd
# right:
# - text: Google Scholar
# href: https://scholar.google.fr/citations?user=0UFftRMAAAAJ
format:
html:
theme: simplex
css: styles.css
toc: true
smooth-scroll: true
mainfont: "Open Sans"