-
Notifications
You must be signed in to change notification settings - Fork 1
/
_quarto.yml
110 lines (102 loc) · 3.41 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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
project:
type: website
output-dir: docs
render:
- "*.*"
- "!tutorials/python-notebooks/*.ipynb"
- "!tutorials/r/gdalcubes.qmd"
- "!tutorials/r/5-r-geospatial.qmd"
execute:
freeze: auto
website:
page-navigation: true
title: "2024 Quarto Workshop"
favicon: "images/favicon-16x16.png"
site-url: https://nmfs-opensci.github.io/Quarto-Workshop-2024
repo-url: https://github.com/nmfs-opensci/Quarto-Workshop-2024
repo-actions: [edit, issue, source]
page-footer: <img src="https://github.com/nmfs-opensci/assets/blob/main/logo/nmfs-opensci-logo2.png?raw=true" alt="NMFS Open Science logo" style="width:150px"><br />NMFS Open Science (2023)
sidebar:
logo: https://github.com/nmfs-opensci/assets/blob/main/logo/nmfs-opensci-logo2.png?raw=true
pinned: true
align: center
style: "docked"
collapse-level: 1
toc-expand: false
contents:
- section: "Welcome"
href: index.qmd
contents:
- team.md
- schedule.md
- section: Set-up
contents:
- text: Set up info
href: setup.qmd
- text: R and RStudio on your computer
href: content/02-local-setup-r.qmd
- text: Sign up to use the JupyterHub
href: content/01-accessing-jupyterhub.qmd
- text: Git-Authentication
href: content/02-git.md
# - text: Git-JupyterLab
# href: content/02-git-jupyter.md
# - text: Git-RStudio
# href: content/02-git-rstudio.md
- coc.md
- section: "Orientation"
contents:
- text: Reproducible Reports
href: content/01-repro-reports.qmd
- text: Intro to RStudio
href: content/02-rstudio.qmd
- text: JupyterHubs
href: content/01-intro-to-jupyterhub.qmd
- section: "Tutorials"
contents:
- text: Introduction to RStudio and Quarto
href: tutorials/tutorial-1.qmd
- text: Working with Quarto Files and the Markdown Language
href: tutorials/tutorial-2.qmd
- text: 'Dynamic output in Quarto files: Code, Tables, and Figures'
href: tutorials/tutorial-3.qmd
- text: Cross-references, bibliography and citations in Quarto files
href: tutorials/tutorial-4.qmd
- text: 'Introduction to Quarto projects'
href: tutorials/tutorial-5.qmd
- text: 'Advanced Reference Management with Zotero and Quarto'
href: tutorials/tutorial-6.qmd
- text: <img width=100px>
- text: <img width=100px>
- text: <img src="/images/noaa_emblem_logo-2022.png" width=100px>
href: https://fisheries.noaa.gov
navbar:
background: primary
search: true
right:
- icon: server
href: https://nmfs-openscapes.2i2c.cloud/
text: "JupyterHub"
- icon: wechat
href: https://mail.google.com/mail/u/0/#chat/space/AAAAuuftzDk
text: "Discussions"
- icon: github
href: https://github.com/nmfs-opensci/Quarto-Workshop-2024
text: "Repo"
- icon: globe
href: https://github.com/nmfs-opensci
text: "GH org"
format:
html:
theme:
light: cosmo
dark: [cosmo, theme-dark.scss]
code-background: true
code-copy: true
css: styles.css
toc: true
toc-depth: 2
include-before-body: translate.html
filters:
- include-files.lua
- quarto