-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_quarto.yml
More file actions
47 lines (42 loc) · 1.75 KB
/
Copy path_quarto.yml
File metadata and controls
47 lines (42 loc) · 1.75 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
project:
type: website
output-dir: _site
title: "Phenofish"
website:
title: "PHENOFISH"
site-url: https://phenofish.github.io/
repo-url: https://github.com/phenofish/phenofish.github.io/
favicon: img/favicon/favicon-32x32.png
search: false
# sidebar:
# logo: images/logo-cesab.png
page-footer:
left: "© CC-By [PHENOFISH group](https://www.fondationbiodiversite.fr/en/the-frb-in-action/programs-and-projects/le-cesab/phenofish/)"
center: "Code source available on [{{< fa brands github >}}](https://github.com/phenofish/phenofish.github.io/)"
right: "Built with [Quarto](https://quarto.org/)"
border: true
navbar:
logo: img/navbar-logo.png
href: https://frbcesab.github.io/
right:
- text: "{{< fa house >}} <span class='menu-item'>Home</span>"
href: index.qmd
- text: "{{< fa users >}} <span class='menu-item'>People</span>"
href: content/people.qmd
- text: "{{< fa database >}} <span class='menu-item'>Database</span>"
href: content/database.qmd
- text: "{{< fa code >}} <span class='menu-item'>Software</span>"
href: content/software.qmd
- text: "{{< fa book >}} <span class='menu-item'>Publications</span>"
href: content/papers.qmd
- text: "{{< fa upload >}} <span class='menu-item'>Submit data</span>"
href: content/submit-data.qmd
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">