-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy path_quarto.yml
48 lines (41 loc) · 1001 Bytes
/
_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
project:
type: website
output-dir: docs
website:
title: "EFI NEON Challenge"
page-navigation: true
repo-url: https://github.com/eco4cast/neon4cast-dashboard
repo-actions: [edit, issue]
navbar:
background: primary
search: true
left:
- href: phenology.qmd
icon: tree-fill
- href: aquatics.qmd
icon: droplet
- href: terrestrial.qmd
icon: thermometer-half
- href: ticks.qmd
icon: bug-fill
- href: beetles.qmd
icon: bug
- href: noaa.qmd
icon: cloud-rain-fill
- href: status.qmd
icon: clipboard-pulse
page-footer:
left: "CC-BY"
right:
- icon: github
href: https://github.com/eco4cast/neon4cast-dashboard
format:
html:
theme: [yeti, custom.scss]
css: styles.css
title-block-style: default
title-block-banner: "img/2016-09_NIWO_Tower_1620x600.jpg"
# title-block-banner-color: white
page-layout: full
toc: true
editor: visual