-
Notifications
You must be signed in to change notification settings - Fork 3
/
_site.yml
62 lines (60 loc) · 1.46 KB
/
_site.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
name: rworkflow-workshop
output_dir: 'docs'
navbar:
title: RWorkflow
left:
- text: Set-up
icon: fa-clone
href: set-up.html
- text: Workshop Weekly Notes
icon: fa-calendar
menu:
- text: Week 1 Intro to Git
icon: fa-cogs
href: week1.html
- text: Week 2 More Git/Intro to GitHub
icon: fab fa-github-alt
href: week2.html
- text: Week 3 Intro to Agile and Kanban
icon: fa-recycle
href: week3.html
- text: Week 4 Intro to Scrum
icon: fa-recycle
href: week4.html
- text: Week 5 Part 1. R packages
icon: fa-box
href: week5.html
- text: Week 6 Part 2. R packages
icon: fa-box
href: week6.html
- text: Week 7 Part 1. R Markdown
icon: fa-file-code
href: week7.html
- text: Week 8 Part 2. Reports with R Markdown/Quarto
icon: fa-file-code
href: week8.html
- text: RVerse
icon: fas fa-toolbox
href: https://rverse-tutorials.github.io
- text: More resources
icon: fa-info
href: links.html
right:
- text: Repo
icon: fab fa-github
href: https://github.com/RVerse-Tutorials/RWorkflow-NWFSC-2022
- text: Org
href: https://github.com/orgs/RWorkflow-Workshop
output:
html_document:
theme: readable
toc_depth: 2
toc_float:
collapsed: no
highlight: textmate
css: css/styles.css
lib_dir: site_libs
self_contained: no
include:
in_header: header.html
in_footer: footer.html