forked from tinystats/teacups-giraffes-and-statistics
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_site.yml
executable file
·41 lines (34 loc) · 873 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
35
36
37
38
39
40
41
name: "cars"
output_dir: "docs"
navbar:
title: " "
left:
- text: "Home"
href: index.html
- text: "Modules"
menu:
- text: "Intro to R"
href: 01_introToR.html
- text: "Intro to the Normal Distribution"
href: 02_bellCurve.html
- text: "Mean, Median, Mode"
href: 03_mean.html
- text: "Spread of the Data"
href: 04_variance.html
- text: "Covariance and Correlation"
href: 05_correlation.html
- text: "Standard Error"
href: 06_standardError.html
- text: "About the Authors"
href: aboutTheAuthors.html
right:
- icon: "fa-github"
href: https://github.com/tinystats/teacups-giraffes-and-statistics
output:
bookdown::html_document2:
includes:
css: assets/style.css
toc: true
toc_float: true
theme: cosmo
number_sections: false