forked from datacarpentry/R-genomics
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy path_site.yml
31 lines (31 loc) · 800 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
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: "Data frames"
href: 03-data-frames.html
- text: "The dplyr package"
href: 04-dplyr.html
- text: "Data visualization"
href: 05-data-visualization.html
right:
- icon: fa-github fa-lg
href: https://github.com/data-lessons/R-genomics
output_dir: "."
exclude: ["CONTRIBUT*.md","index.md","README.md","*.db"]
include: ["*.Rmd","LICENSE.md"]
output:
html_document:
highlight: pygments
toc: true
toc_float:
collapsed: false
include:
after_body: footer.html
css: style.css