-
Notifications
You must be signed in to change notification settings - Fork 2
/
_quarto.yml
63 lines (60 loc) · 1.54 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
project:
type: website
execute-dir: project
output-dir: docs
render:
- index.qmd
- 1_foundations/foundations_njl.qmd
- 2_functional_programming/functional-programming_njl.qmd
- 5_techniques/techniques_njl.qmd
- _products
execute:
freeze: auto
website:
title: "NCEAS Data Skills Group - Advanced R"
repo-url: https://github.com/NCEAS-Data-Skills/advancedR
repo-actions: [issue]
sidebar:
style: "docked"
background: light
border: true
alignment: left
collapse-level: 2
contents:
- section: "Foundations"
contents:
- text: "Lyon Notes"
href: 1_foundations/foundations_njl.qmd
- section: "Functional Programming"
contents:
- text: "Lyon Notes"
href: 2_functional_programming/functional-programming_njl.qmd
- section: "Techniques"
contents:
- text: "Lyon Notes"
href: 5_techniques/techniques_njl.qmd
navbar:
background: primary
right:
- text: "Highlights"
menu:
- text: "Lyon Highlights"
href: _products/highlights_njl.qmd
- text: "People"
menu:
- text: "Nick J Lyon"
href: https://njlyon0.github.io/
- icon: github
href: https://github.com/NCEAS-Data-Skills/advancedR
page-footer:
center: "Copyright 2024, NCEAS"
background: secondary
format:
html:
theme:
light: theme_light.scss
dark: theme_dark.scss
mainfont: Open Sans
toc: true
link-external-newwindow: true
link-external-icon: false