-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy path_site.yml
47 lines (47 loc) · 1.05 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
name: "R Bootcamp"
navbar:
title: "UCVM R Bootcamp"
type: inverse
left:
- text: "Home"
icon: "fa-home"
href: index.html
- text: "Overview"
icon: "fa-map-signs"
href: overview.html
- text: "Course Materials"
icon: fa-book
menu:
- text: "Slides"
- text: "Understanding R"
href: slides/Understanding_R_slides.html
- text: "Data Structures"
href: slides/Data_Structures_slides.html
- text: "-----------------"
- text: "Code"
- text: "Data Structures"
href: code/Data_Structures.html
- text: "References"
icon: fa-external-link
href: references.html
- text: "About"
menu:
- text: "Who we are"
icon: fa-info-circle
href: about.html
- text: "License"
icon: fa-creative-commons
href: license-summary.html
right:
- icon: fa-github fa-2x
href: https://github.com/ucvm/rbootcamp
output_dir: "docs"
output:
html_document:
theme: lumen
toc: true
toc_float:
collapsed: false
exclude:
- "docs"
- "datasets"