forked from RVerse-Tutorials/RWorkflow-NWFSC-2021
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_site.yml
50 lines (48 loc) · 1.13 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
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.html
- text: Week 2 More Git/GitHub
icon: fa-gitalt
href: week2.html
- text: Week 3 GitHub
icon: fab fa-github
href: week3.html
- text: Archive
icon: fa-folder
href: https://rverse-tutorials.github.io/RWorkflow/
- text: 2020 website
icon: fa-clock
href: https://rverse-tutorials.github.io/RWorkflow-NWFSC-2020
- text: More resources
icon: fa-info
href: links.html
right:
- text: Repo
icon: fab fa-github
href: https://github.com/RVerse-Tutorials/RWorkflow-NWFSC-2021
- 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