-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_quarto.yml
98 lines (95 loc) · 2.69 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
project:
type: website
output-dir: docs
render:
- "*.qmd"
- "*.ipynb"
- "*.md"
- "!drafts/"
resources: static
execute:
freeze: auto
website:
repo-url: https://github.com/espm-288/website
repo-actions: [edit, issue]
page-navigation: true
navbar:
background: "#333333"
search: true
right:
- file: index.qmd
icon: house
text: Home
- text: Platforms
icon: pc-display-horizontal
menu:
- text: Codespaces
icon: github
href: https://codespaces.new/espm-288/website?quickstart=1
- text: GitPod
icon: app
href: https://gitpod.io/#https://github.com/espm-288/website
- text: Containers
icon: box
href: https://github.com/orgs/boettiger-lab/packages?repo_name=espm-288
- text: Forum
icon: chat
href: https://espm-288.zulipchat.com
- icon: github
href: https://github.com/espm-288
sidebar:
style: floating
contents:
- file: index.qmd
icon: house
text: Home
- text: "---"
- section: 'Tutorials in R'
icon: mortarboard-fill
contents:
- auto: "tutorials/R/*"
- text: "---"
- section: 'Tutorials in Python'
icon: mortarboard-fill
contents:
- auto: "tutorials/python/*"
- text: "---"
- section: Platforms
icon: pc-display-horizontal
contents:
- href: tutorials/computing-environment.qmd
- text: Codespaces
icon: github
href: https://codespaces.new/espm-288/website?quickstart=1
- text: GitPod
icon: app
href: https://gitpod.io/#https://github.com/espm-288/website
- text: Containers
icon: box
href: https://github.com/orgs/espm-288/packages
- text: Forum
icon: chat
href: https://espm-288.zulipchat.com
- icon: github
href: https://github.com/espm-288
page-footer:
right:
- icon: github
href: https://github.com/espm-288/website
- icon: globe-americas
href: https://carlboettiger.info
format:
html:
page-layout: article # change to full for narrower layout, see https://quarto.org/docs/output-formats/page-layout.html
css:
- assets/css/nucleo-icons.css
- assets/css/quarto-material-kit.css
- assets/css/custom.css
include-after-body: [assets/html/footer.html]
title-block-banner: assets/img/methane_bubbles.jpg
title-block-mask: '<span class="mask bg-gradient-light opacity-2"></span>'
template: assets/partials/html.template
grid:
body-width: 1800px
margin-width: 300px
gutter-width: 1.5rem