-
Notifications
You must be signed in to change notification settings - Fork 0
/
_site.yml
78 lines (76 loc) · 1.95 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
name: "PGR-LM"
output_dir: "."
navbar:
title: "PGR-LM"
icon: fa-home
left:
- text: "Home"
icon: fa-home
href: index.html
- 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: "Exercises"
icon: fa-book
menu:
- text: "Exercises"
icon: fa-book
href: exercises.html
- text: "----"
- text: "Exercise Solutions"
icon: fa-book
href: exercise_solutions.html
- text: "Data"
icon: fa-download
href: "data.html"
- text: "Info"
icon: fa-question-circle
menu:
- text: "Syllabus"
icon: fa-graduation-cap
href: syllabus.html
- 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/8xYAqv19x8SSAdfUA
- text: "Contact"
icon: fa-envelope fa-lg
href: People.html
- text: "----"
- text: "Source code"
icon: fa-github fa-lg
href: https://github.com/alexd106/PGR-LM
- 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
includes:
# 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"]