-
Notifications
You must be signed in to change notification settings - Fork 1
/
_quarto.yml
64 lines (59 loc) · 1.68 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
project:
type: website
output-dir: docs
render:
- "posts/*.Rmd"
- "posts/*.md"
- "!ci/"
- "!config/"
- "!config-template/"
website:
page-navigation: true
title: "Eli's JupyterHub notes"
favicon: images/nmfs-opensci-logo2-notext.png
site-url: https://nmfs-opensci.github.io/nmfs-jhub
repo-url: https://github.com/nmfs-opensci/nmfs-jhub
repo-actions: [edit, issue, source]
page-footer: <img src="/images/nmfs-opensci-logo2-notext.png" alt="NMFS OpenSci logo" style="width:150px"><br />NMFS OpenSci (2023)
sidebar:
logo: images/nmfs-opensci-logo2-notext.png
pinned: true
align: center
style: "docked"
collapse-level: 1
toc-expand: false
contents:
- text: "Home"
href: index.html
- text: "JHub User Guide"
href: posts/JHub-User-Guide.Rmd
- text: "Set-up DaskHub on Azure"
href: posts/Set-up-daskhub.Rmd
- text: "Set-up DaskHub on Azure 2"
href: posts/Set-up-daskhub2.Rmd
- text: "Set-up JHub on GCP"
href: posts/set-up-jh-gcp.Rmd
- text: "Set-up JHub on AWS"
href: posts/set-up-jh-aws.md
- text: "Set-up JHub on Centos"
href: posts/Set-up-centos.Rmd
- text: "Set-up https on Centos"
href: posts/Set-up-centos-security.Rmd
- text: "Set-up authentication"
href: posts/set-up-authentication.Rmd
- text: "Set-up GPU"
href: posts/Set-up-gpu.Rmd
- text: "Troubleshooting"
href: posts/tips.Rmd
format:
html:
theme:
light: cosmo
dark: [cosmo, theme-dark.scss]
code-background: true
code-copy: true
css: styles.css
toc: true
toc-depth: 2
filters:
- quarto