-
Notifications
You must be signed in to change notification settings - Fork 4
/
_quarto.yml
70 lines (64 loc) · 1.87 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
project:
type: website
render:
- "*.qmd"
- "!archive/"
website:
title: "ALA Labs"
description: "Demo projects, experiments, debugging data and so on from the [Atlas of Living Australia (ALA)](https://ala.org.au/)"
open-graph:
image: twitter-card-preview_frog-small.png
image-alt: "A Southern Brown Tree Frog with the ALA Labs logo"
twitter-card:
image: twitter-card-preview_frog-small.png
image-alt: "A Southern Brown Tree Frog with the ALA Labs logo"
card-style: summary_large_image
site-url: https://labs.ala.org.au/
favicon: images/favicon.ico
navbar:
background: "#222322"
foreground: "#FFFFFF"
title: ""
search: true
logo: images/logos/ALA_Logo_Inline_REV-RGB.png
right:
- href: index.qmd
icon: house-door-fill
text: " "
- href: about/index.qmd
text: "About"
- href: posts/index.qmd
text: "Posts"
- text: "Research"
menu:
- href: research/highlights/index.qmd
text: "Highlights"
- href: research/citations/index.qmd
text: "All citations"
- href: software/index.qmd
text: "Software"
- href: books/index.qmd
text: "Books"
- href: gallery/index.qmd
text: "Gallery"
- href: https://www.ala.org.au
icon: ala
- href: https://github.com/AtlasOfLivingAustralia/ala-labs
icon: github
announcement:
icon: info-circle
dismissable: true
content: "Check out the new *Cleaning Biodiversity Data in R* book! [Click here to find out more](https://labs.ala.org.au/books/)."
type: light
position: below-navbar
format:
html:
fontsize: 1.15rem
monofont: Fira Code
highlight-style: arrow
css: [theme.css, custom_theme.scss]
toc: true
code-overflow: scroll
linkcolor: "#B8573E"
include-before-body: _fathom.html
freeze: true