-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy path_site.yml
94 lines (91 loc) · 2.38 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
# See http://rmarkdown.rstudio.com/rmarkdown_websites.html
name: "An introduction to R"
output_dir: "."
navbar:
title: "Intro2R"
# type: inverse
icon: fa-home
left:
- text: "Setup"
icon: fa-cog
href: setup.html
- text: "R Book"
icon: fa-book
menu:
- text: "Web book"
icon: fa-firefox
href: https://intro2r.com
- text: "----"
- text: "PDF book"
icon: fa-file-pdf
href: https://github.com/alexd106/Rbook/raw/master/docs/Rbook.pdf
- text: "Learn R"
icon: fa-university
menu:
- text: "How-to"
icon: fa-tv
href: howto.html
- text: "----"
- text: "Lectures"
icon: fa-chalkboard
href: lectures.html
- text: "Exercises"
icon: fa-file-contract
menu:
- text: "Excercises"
icon: fa-folder
href: exercises.html
- text: "----"
- text: "Exercise solutions"
icon: fa-folder
href: exercise_solutions.html
- text: "Data"
icon: fa-download
href: "data.html"
- text: "Tutorials"
icon: fa-desktop
href: "Tutorials.html"
- text: "Info"
icon: fa-question-circle
menu:
- text: "Syllabus"
icon: fa-graduation-cap
href: syllabus.html
- text: "----"
- text: "People"
icon: fa-user-friends
href: "People.html"
- text: "----"
- text: "Resources"
icon: fa-book
href: "resources.html"
- text: "Feedback"
icon: fa-commenting
href: https://forms.gle/U7MbyhRWyLomjyFY7
- text: "----"
- text: "Contact"
icon: fa-envelope fa-lg
href: People.html
- text: "Source code"
icon: fa-github fa-lg
href: https://github.com/alexd106/intro2R
- text: "Twitter"
icon: fa-twitter fa-lg
href: https://twitter.com/Scedacity
output:
html_document:
theme: flatly
highlight: tango
toc: true
toc_depth: 2
toc_float:
collapsed: false
fig_align: center
# anchor_sections = FALSE
includes:
in_header: GA_script.html
# css: 'styles.css'
# css:
# - https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css
# - styles.css
exclude: ["LICENSE", "README.md", "*.Rproj", "*.key", "*.psd"]