-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_site.yml
61 lines (60 loc) · 1.52 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
50
51
52
53
54
55
56
57
58
59
60
61
name: "Code As Manuscript"
output_dir: "_site"
exclude:
- "DESCRIPTION"
- "build.R"
- "deploy.sh"
- "README.md"
navbar:
title: "Code As Manuscript"
left:
- text: "Home"
icon: fa-home
href: index.html
- text: "Workshops"
icon: fa-book
menu:
- text: "Pre-workshop instructions"
icon: fa-exclamation
href: instructions.html
- text: "Syllabus"
icon: fa-map-o
href: syllabus.html
- text: "Introduction to R and RStudio"
icon: fa-file-code-o
href: intro.html
- text: "Data managing/wrangling"
icon: fa-database
href: wrangling.html
- text: "Data visualization"
icon: fa-line-chart
href: plots.html
- text: "Statistics and report generation"
icon: fa-file-text
href: reports.html
- text: "Resources/FAQ"
icon: fa-question
href: resources.html
- text: "About"
icon: fa-info
href: about.html
right:
- icon: fa-bars
menu:
- text: "Contact"
icon: fa-envelope
href: "mailto:[email protected]"
- text: "GitHub"
icon: fa-github
href: https://github.com/codeasmanuscript
#- text: "YouTube"
# icon: fa-youtube
# href: https://youtube.com
output:
html_document:
toc: true
toc_float:
collapsed: false
smooth_scroll: false
theme: flatly
css: _includes/style.css