-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_quarto.yml
More file actions
48 lines (43 loc) · 1.86 KB
/
Copy path_quarto.yml
File metadata and controls
48 lines (43 loc) · 1.86 KB
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: _site
website:
# title: "FRB-CESAB"
site-url: https://frbcesab.github.io/
repo-url: https://github.com/frbcesab/frbcesab.github.io/
favicon: images/logo-cesab-square.png
search: false
# sidebar:
# logo: images/logo-cesab.png
page-footer:
left: "© CC-By [FRB-CESAB](https://www.fondationbiodiversite.fr/en/about-the-foundation/le-cesab/)"
center: "Code source available on [{{< fa brands github >}}](https://github.com/frbcesab/frbcesab.github.io/)"
right: "Built with [Quarto](https://quarto.org/)"
border: true
navbar:
logo: images/logo-cesab.png
href: https://frbcesab.github.io/
right:
- text: "{{< fa database >}} <span class='menu-item'>Databases</span>"
href: content/databases.qmd
- text: "{{< fa code >}} <span class='menu-item'>Software</span>"
href: content/software.qmd
- text: "{{< fa graduation-cap >}} <span class='menu-item'>Courses</span>"
href: content/courses.qmd
- text: "{{< fa users-rectangle >}} <span class='menu-item'>Webinars</span>"
href: content/webinars.qmd
- text: "{{< fa book >}} <span class='menu-item'>Publications</span>"
href: content/publications.qmd
- text: "{{< fa laptop-code >}} <span class='menu-item'>Resources</span>"
href: content/resources.qmd
- text: "{{< fa comment >}} <span class='menu-item'>Blog</span>"
href: https://frbcesab.github.io/tips-and-tricks/
format:
html:
theme: sandstone
css: css/styles.css
toc: false
header-includes: |
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap" rel="stylesheet">