-
Notifications
You must be signed in to change notification settings - Fork 0
/
_quarto.yml
75 lines (69 loc) · 1.95 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
project:
type: website
output-dir: "_site"
render:
- "slides/*.qmd"
- "helper.qmd"
- "index.qmd"
website:
page-navigation: true
title: "Project Oriented Workflows"
description: "Workshop materials for 1 day workshop"
site-url: https://www.capro.dev/workshop_rproj/
repo-url: https://capro-uio.github.io/workshop_rproj/
repo-actions: [edit, issue]
navbar:
pinned: true
align: center
tools:
- icon: github
href: https://github.com/drmowinckels/workshop_rproj
text: GitHub
style: docked
left:
- text: Slides
menu:
- href: slides/00_introduction.html
text: Introduction
- href: slides/01_project-oriented.html
text: Project Oriented Workflows
- href: slides/02_file-naming.html
text: File Naming
- href: slides/03_project-structure.html
text: Project Structure
- href: slides/04_package-management.html
text: Package Management
- href: slides/educloud_prep.html
text: EduCloud flavour
- text: Collaborative docs
menu:
- href: https://hackmd.io/@drmowinckels/capro-oslomet-2023/edit
text: OsloMet 2023
- href: https://hackmd.io/@drmowinckels/2023-11-21-MPI/edit
text: MPI - Nov. 2023
- href: https://hackmd.io/@drmowinckels/dsd_rproj/edit
text: DS Days UiO - Jan. 2024
right:
- href: https://drmowinckels.io
icon: globe
- href: https://fosstodon.org/@Drmowinckels
icon: mastodon
format:
html:
theme:
- default
- scss/capro_quarto.scss
toc: true
code-copy: true
revealjs:
height: 900
width: 1600
theme:
- night
- scss/capro_revealjs.scss
highlight-style: github-dark
transition: fade
chalkboard: true
slide-number: c/t
incremental: true
logo: https://www.capro.dev/images/capro_logo_dark.png