generated from lter/lterwg-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_quarto.yml
More file actions
98 lines (94 loc) · 2.63 KB
/
_quarto.yml
File metadata and controls
98 lines (94 loc) · 2.63 KB
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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
project:
type: website
execute-dir: project
output-dir: docs
render:
- "*.qmd"
execute:
freeze: auto
website:
title: "LTER Network Documentation"
repo-url: https://github.com/lter/docs-network
repo-actions: [issue]
favicon: images/logo_lter.png
navbar:
background: primary
left:
- text: "IMs"
menu:
- text: "Home"
href: im/home.qmd
- text: "New to LTER"
href: im/new-to-lter.qmd
- text: "New to IM"
href: im/new-to-im.qmd
- text: "Get Help"
href: im/getting-help.qmd
- text: "Update People"
href: im/site-personnel.qmd
- text: "Update Pubs"
href: im/site-publications.qmd
- text: "Websites"
href: im/site-websites.qmd
- text: "Write EML"
href: im/eml.qmd
- text: "Site GitHub Orgs"
href: im/github-organization-recs.qmd
- text: "PIs"
menu:
- text: "Home"
href: pi/home.qmd
- text: "Education"
menu:
- text: "Home"
href: edu/home.qmd
- text: "Activities"
href: edu/activities.qmd
- text: "REUs"
href: edu/reu.qmd
- text: "RETs"
href: edu/ret.qmd
- text: "Postcard Project"
href: edu/postcard-project.qmd
- text: "Data Nuggets"
href: edu/data-nuggets.qmd
- text: "Bylaws"
href: edu/bylaws.qmd
- text: "Resources"
href: edu/resources.qmd
- text: "Broadening Participation"
menu:
- text: "Home"
href: broaden_particip/home.qmd
- text: "Grad"
menu:
- text: "Home"
href: grad/home.qmd
- text: "Duties"
href: grad/duties.qmd
- text: "Bylaws"
href: grad/bylaws.qmd
- text: "Chairs"
menu:
- text: "Home"
href: committee-chairs/home.qmd
- text: "Annual Report Template"
href: committee-chairs/annual-report-template.qmd
right:
- text: "Editing This Site"
href: general/edits.qmd
- icon: github
href: https://github.com/lter/docs-network
page-footer:
center: "Copyright 2024, LTER Network"
background: secondary
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
editor: source