-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy path_site.yml
34 lines (34 loc) · 853 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
name: "Reproducible-science-in-R"
output_dir: "."
navbar:
title: "Reproducible Science in R"
href: index.html
left:
- text: "Setup"
href: Setup.html
- text: "Data formatting"
href: 03--Data_formatting.html
- text: "Markdown"
href: 04--Markdown.html
- text: "RMarkdown"
href: 05--RMarkdown.html
- text: "Git and GitHub"
href: 06--Git.html
- text: "Organization"
href: 07--Organization.html
- text: "Extra Content"
menu:
- text: "The Basics of R"
href: Extra_content---The_Basics_of_R.html
- text: "Advanced RMarkdown"
href: Extra_content---Advanced_RMarkdown.html
output:
html_document:
toc: true
toc_float:
collapsed: false
toc_depth: 2
theme: flatly
css: tutorial.css
includes:
before_body: header.html