-
Notifications
You must be signed in to change notification settings - Fork 0
/
_site.yml
42 lines (42 loc) · 1.16 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
name: "website"
title: "rbtl"
description: |
Research Beyond the Lab
output_dir: "docs"
include: ["slides/"]
creative_commons: CC BY-SA
base_url: https://rbtl-fs22.github.io/website/
repository_url: https://github.com/rbtl-fs22/website
theme: postcards.css
navbar:
search: false
right:
- text: "Schedule"
href: schedule.html
- text: "Syllabus"
href: syllabus.html
- text: "Assignments"
menu:
- text: "Week 01"
href: am-01-hello-github.html
- text: "Week 02"
href: am-02-hello-rstudio.html
- text: "Week 03"
href: am-03-reference-management.html
- text: "Week 04"
href: am-04-rmarkdown.html
- text: "Week 05"
href: am-05-data-management.html
- text: "Week 10"
href: am-10-data-science-lifecycle.html
- text: "Week 11"
href: am-11-data-visualisation.html
- text: "Week 12"
href: am-12-data-wrangling-dplyr.html
- text: "Week 13"
href: am-13-data-wrangling-tidyr.html
- text: "Week 15"
href: am-15-data-communication.html
output:
distill::distill_article:
toc: true