-
Notifications
You must be signed in to change notification settings - Fork 22
/
_quarto.yml
94 lines (92 loc) · 2.67 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
project:
type: website
output-dir: docs
website:
title: "Rocker Project"
description: "Docker Containers for the R Environment"
favicon: img/favicon.png
image: img/rocker.png
repo-url: https://github.com/rocker-org/website
repo-actions: [source, edit]
repo-branch: master
page-footer:
center: "![CC-BY](/img/cc-by.svg)"
navbar:
logo: img/rocker-bw.png
background: primary
search: true
right:
- text: Home
href: index.md
- text: Code of Conduct
href: CODE_OF_CONDUCT.md
- sidebar:images
- sidebar:use
- icon: github
href: https://github.com/rocker-org
sidebar:
- id: images
style: floating
title: Images
contents:
- images/index.md
- section: versioned stack
contents:
- images/versioned/r-ver.md
- images/versioned/rstudio.md
- images/versioned/binder.md
- images/versioned/shiny.md
- images/versioned/cuda.md
- section: base stack
contents:
- text: r-base {{< fa arrow-up-right-from-square >}}
href: https://hub.docker.com/_/r-base
- text: rocker/r-base
href: images/base/r-base.md
- text: r-devel, drd, drp, r-devel-san, r-devel-ubsan-clang
href: images/base/r-devel.md
- section: Additional images
contents:
- text: r-ubuntu
href: images/other/r-ubuntu.md
- text: r-bspm
href: images/other/r-bspm.md
- text: r2u {{< fa arrow-up-right-from-square >}}
href: https://eddelbuettel.github.io/r2u
- text: ---
- section: Dev Container
contents:
- text: Features
href: images/devcontainer/features.md
- text: Images
href: images/devcontainer/images.md
- text: Templates
href: images/devcontainer/templates.md
- text: ---
- section: Other projects
contents:
- text: External images and tools for R
href: images/external.md
- id: use
title: Use
contents:
- use/extending.md
- use/gui.md
- use/editor.md
- use/networking.md
- use/shared_volumes.md
- use/rootless-podman.md
- use/reproducibility.md
- use/singularity.md
format:
html:
theme: [yeti, custom.scss]
css: styles.css
title-block-style: default
title-block-banner: img/rockerwhale-optim.png
title-block-banner-color: white
page-layout: full
toc: true
toc-depth: 4
number-sections: true
code-overflow: wrap