-
Notifications
You must be signed in to change notification settings - Fork 2
/
_quarto.yml
69 lines (68 loc) · 1.99 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
project:
type: website
output-dir: docs
pre-render: generate_pages.R
post-render: post_build.R
website:
title: "Xetthecum Digital Ecocultural Mapping"
search: false
google-analytics: 'G-MM4PBW09LS'
sidebar:
contents:
- section: Home
href: index.qmd
contents:
- text: About the Project
href: about.qmd
- text: Meet the Team
href: team.qmd
- text: Research
href: research.qmd
- section: Browse all Species
href: taxa.qmd
contents: "taxa/*/index.qmd"
- text: Web of Life
href: web-of-life.qmd
- text: Cultural Values
href: cultural-values.qmd
- text: Ecological Communities
href: ecological-values.qmd
- text: Resources
href: resources.qmd
navbar:
right:
- href: https://imerss.github.io/xetthecum-storymap-story/Xetthecum-Storymap-Reknitted.html
text: The Story of Xetthecum
- text: About
menu:
- text: About the Project
href: about.qmd
- text: Meet the Team
href: team.qmd
- text: Research
href: research.qmd
- text: Explore
menu:
- text: Browse all Species
href: taxa.qmd
- text: Web of Life
href: web-of-life.qmd
- text: Cultural Values
href: cultural-values.qmd
- text: Ecological Communities
href: ecological-values.qmd
- text: Storymap Designs
href: storymap-designs.qmd
#- text: Downloads
# href: data.qmd
- href: resources.qmd
text: Resources
page-footer:
background: "#5A5244"
center: |
![](/files/footer_icon_array.png){fig-alt="" .footer-image}
format:
html:
theme: [flatly, css/theme-light.scss]
css: [css/styles.css, https://use.fontawesome.com/releases/v6.0.0/css/all.css]
include-in-header: header.html