-
Notifications
You must be signed in to change notification settings - Fork 0
/
_quarto.yml
88 lines (85 loc) · 2.8 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
78
79
80
81
82
83
84
85
86
87
88
project:
type: website
execute-dir: project
output-dir: docs
execute:
freeze: auto
website:
title: "LTER Scientific Computing Team"
favicon: images/logos/hex_scicomptools.png
repo-url: https://github.com/lter/scicomp
repo-actions: [issue]
twitter-card: true
navbar:
background: primary
left:
- text: "Working Group Onboarding"
menu:
- text: "Team Coding"
href: wg_team-coding.qmd
- text: "Support Services"
href: wg_services.qmd
- text: "Suggested Tools"
href: wg_tools.qmd
- text: "Facilitation"
href: wg_facilitation.qmd
- text: "Workshops"
menu:
- text: "Collaborative Coding with GitHub"
href: https://lter.github.io/workshop-github/
- text: "Coding in the Tidyverse"
href: https://lter.github.io/workshop-tidyverse/
- text: "Shiny Apps for Sharing Science"
href: https://njlyon0.github.io/asm-2022_shiny-workshop/
- text: "Tutorials"
menu:
- text: "Create a Website"
href: tutorial_quarto-website.qmd
- text: "Store User-Specific Info"
href: tutorial_json.qmd
- text: "Connect Google Drive + R"
href: tutorial_googledrive-pkg.qmd
- text: "Tips"
menu:
- text: "Notebooks vs. Scripts"
href: tip_notebook-vs-script.qmd
- text: "File Names"
href: tip_names.qmd
- text: "File Paths"
href: tip_paths.qmd
- text: "Package Loading"
href: tip_packages.qmd
- text: "GitHub & Multiple Products"
href: tip_github-multi-prods.qmd
right:
- text: "Our Team"
menu:
- text: "People"
href: staff.qmd
- text: "Inernal: Contributing"
href: internal_contributing.qmd
- text: "Internal: Team Onboarding"
href: internal_team-onboard.qmd
- text: "Internal: WG Setup"
href: internal_new-wg-setup.qmd
- text: "Internal: Data Portals"
href: internal_get-data.qmd
- text: "Internal: Deploy Shiny Apps"
href: internal_deploy-shiny.qmd
- icon: github
href: https://github.com/lter/scicomp
page-footer:
center: "Copyright 2024, LTER Network Office"
background: secondary
margin-footer: |
<img src="images/logos/lter.png" alt="LTER Network logo" width="40%"/>
<img src="images/logos/nceas.png" alt="NCEAS logo" 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