-
Notifications
You must be signed in to change notification settings - Fork 3
/
_site_old.yml
62 lines (60 loc) · 1.4 KB
/
_site_old.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 RStudio + Version Control
icon: fa-cogs
href: week1.html
- text: Week 2 More Git/GitHub
icon: fab fa-github-alt
href: week2.html
- text: Week 3 GitHub
icon: fab fa-github
href: week3.html
- text: Week 4 R Markdown
icon: fa-file-code
href: week4.html
- text: Week 5 ggplot2
icon: fa-chart-line
href: week5.html
- text: Week 6 packages
icon: fa-box
href: week6.html
- text: Week 7 roxygen and pkgdown
icon: fa-circle
href: week7.html
- text: Week 8 more packages
icon: fa-box
href: week8.html
- text: RVerse
icon: fa-folder
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-2021
output:
html_document:
theme: readable
toc_depth: 2
toc_float:
collapsed: no
highlight: textmate
css: styles.css
lib_dir: site_libs
self_contained: no
include:
in_header: header.html
in_footer: footer.html