-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_quarto.yml
56 lines (53 loc) · 1.59 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
project:
type: website
execute-dir: project
output-dir: docs
execute:
freeze: auto
website:
title: "SciComp Workshop - Coding in the Tidyverse"
favicon: images/logos/hex_scicomptools.png
repo-url: https://github.com/lter/workshop-tidyverse
repo-actions: [issue]
twitter-card: true
sidebar:
style: "docked"
background: secondary
collapse-level: 2
search: true
contents:
- text: "Workshop Home"
href: index.qmd
- section: "Modules"
contents:
- href: wrangle.qmd
- href: summarize.qmd
- href: reshape.qmd
- href: join.qmd
- href: visualize.qmd
navbar:
background: primary
right:
- text: "SciComp Team"
menu:
- href: https://lter.github.io/scicomp/
text: "Home"
- href: https://lter.github.io/scicomp/staff.html
text: "People"
- icon: github
href: https://github.com/lter/workshop-tidyverse
page-footer:
center: "Copyright 2024, LTER Network Office"
background: secondary
margin-footer: |
<img src="images/logos/logo_nceas.png" alt="Logo for the National Center for Ecological Analysis and Synthesis (NCEAS)" width="40%"/>
<img src="images/logos/logo_lter.png" alt="Logo for the Long Term Ecological Research (LTER) Network" width="40%"/>
format:
html:
theme:
light: _extensions/lter/lter_scss-theme/theme_lter-edu-light.scss
dark: _extensions/lter/lter_scss-theme/theme_lter-edu-dark.scss
mainfont: Open Sans
toc: true
link-external-newwindow: true
link-external-icon: false