forked from datacarpentry/R-ecology-lesson
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_site.yml
34 lines (34 loc) · 906 Bytes
/
_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
navbar:
left:
- text: "Home"
href: index.html
- text: "Before we start"
href: 00-before-we-start.html
- text: "Intro to R"
href: 01-intro-to-r.html
- text: "Starting with data"
href: 02-starting-with-data.html
- text: "Manipulating data frames"
href: 03-dplyr.html
- text: "Visualizing data"
href: 04-visualization-ggplot2.html
- text: "R and SQL"
href: 05-r-and-databases.html
- text: "Code Handout"
href: code-handout.R
right:
- icon: fa-github fa-lg
href: https://github.com/datacarpentry/R-ecology-lesson
output_dir: "_site"
exclude: ["portal-database.sqlite", "DESCRIPTION", "Makefile"]
include: ["code-handout.R"]
output:
html_document:
highlight: pygments
toc: true
toc_float:
collapsed: false
include:
in_header: header.html
after_body: footer.html
css: style.css