-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_site.yml
executable file
·36 lines (36 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
name: "Hitchhikers Guide to Reproducible Research"
output_dir: "."
navbar:
title: "Hitchhikers Guide to Reproducible Research"
right:
- text: "About"
href: about.html
- text: "Pre-read materials"
menu:
- text: "Software installations"
href: preread-installs.html
- text: "R Markdown review"
href: preread-rstudio-review.html
- text: "Course materials"
menu:
- text: "Introduction"
href: intro.html
- text: "Motivations"
href: motivations.html
- text: "Course data"
href: course_data.html
- text: "Coding style"
href: coding_style.html
- text: "Command line"
href: command_line.html
- text: "Project organization"
href: project_organization.html
- text: "Git and GitHub"
href: git.html
- text: "Docker"
href: docker.html
- icon: fa-github fa-lg
href: https://github.com/julia-wrobel/reproducible_research
output:
html_document:
theme: flatly