-
Notifications
You must be signed in to change notification settings - Fork 2
/
_site.yml
102 lines (100 loc) · 2.4 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
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
95
96
97
98
99
100
101
name: rworkflow-workshop
output_dir: '.'
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-rstudio.html
- text: Week 2 More Git + Code Organization
icon: fa-code
href: week2-coding.html
- text: Week 3 R Markdown
icon: fa-file
href: week3-RMarkdown.html
- text: Week 4 R Packages
icon: fa-archive
href: week4-packages.html
- text: Week 5 Roxygen
icon: fa-question-circle
href: week5-roxygen.html
- text: Week 6 More Packages
icon: fa-folder
href: week6-more-packages.html
- text: Week 7 More Git
icon: fa-git
href: week7-more-git.html
- text: Week 8 ggplot2
icon: fa-image
href: week8-ggplot2.html
- text: Week 9 tidyverse
icon: fa-broom
href: week9-data-wrangling.html
- text: Git
icon: fa-git
menu:
- text: Intro to Git + GitHub/Lab
icon: fa-cogs
href: intro-git.html
- text: More Git + GitHub
icon: fa-github
href: more-git.html
- text: GitLab to GitHub
icon: fa-truck-moving
href: gitlab-to-github.html
- text: Websites with GitHub
icon: fa-chrome
href: websites.html
- text: Dynamic Websites with Jekyll and GitHub
icon: fa-sitemap
href: jekyll.html
- text: RMarkdown
icon: fa-file
menu:
- text: R Markdown for Reports
icon: fa-file
href: week3-RMarkdown.html
- text: Bookdown
icon: fa-book
href: bookdown.html
- text: R Packages
icon: fa-archive
menu:
- text: R Packaging with RStudio
icon: fa-archive
href: week4-packages.html
- text: Roxygen documentation
icon: fa-question-circle
href: week5-roxygen.html
- text: Shiny GUIs
icon: fa-gamepad
href: shiny.html
- text: More
menu:
- text: Tutorials
href: links.html
right:
- text: Repo
icon: fa-github
href: https://github.com/RVerse-Tutorials/RWorkflow-NWFSC-2020
- text: Search
href: search.html
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