-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_quarto.yml
79 lines (68 loc) · 2.13 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
68
69
70
71
72
73
74
75
76
77
project:
type: website
output-dir: "."
website:
title: |
<span style="text-transform: none;">
<span style="font-size: 1rem;">the</span><span style="font-size: 0.7rem;"> </span>ABC<span style="font-size: 0.7rem;"> </span>lab</span>
search: false
body-footer: |
<div style="font-size: 0.8rem; margin-top: 5rem; border-top: 1px solid lightgrey;
border-bottom: 1px solid lightgrey; line-height: 0.95rem; padding: 0.5rem;">
The ABC Lab is a collective project of
[Dr. Paul Galpern](pgalpern.qmd),
[Dr. Mindi Summers](msummers.qmd),
and their students and trainees at University of Calgary, Alberta, Canada.
<div style="font-size: 0.6rem; margin-top: 0.5rem; line-height: 0.7rem;">Image content
created by past or present lab members is credited; other images are licensed or are in
the public domain; Lab logo and beetle line drawing by Tobyn Neame; Built with Quarto;
Last content update: May 2024</div></div>
navbar:
logo: /images/abclab.png
#background: info
background: "#f2f2f2"
right:
- text: "Projects"
menu:
- text: "Agriculture"
file: projects_agriculture.qmd
- text: "Biodiversity"
file: projects_biodiversity.qmd
- text: "Conservation"
file: projects_conservation.qmd
- text: "Products"
menu:
- text: "Publications"
file: publications.qmd
- text: "Media"
file: media.qmd
- text: "People"
menu:
- text: "Students & Trainees"
file: people2.qmd
- text: "Dr. Paul Galpern"
file: pgalpern.qmd
- text: "Dr. Mindi Summers"
file: msummers.qmd
- text: "Join us"
file: joinus.qmd
collapse: TRUE
collapse-below: xl
pinned: TRUE
format:
html:
anchor-sections: false
theme:
- lux
- custom.scss
css: styles.css
toc: false
page-layout: full
grid:
# sidebar-width: 0px
body-width: 600px
margin-width: 300px
# gutter-width: 1.5rem
editor: visual
execute:
enabled: true