-
Notifications
You must be signed in to change notification settings - Fork 1
/
_site.yml
101 lines (98 loc) · 2.61 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
95
96
97
98
99
100
101
# See http://rmarkdown.rstudio.com/rmarkdown_websites.html
name: "QUADstatR An introduction to R"
output_dir: "."
navbar:
title: "QUADstatR"
icon: fa-home
left:
- text: "FAQ"
icon: fa-question
href: FAQ.html
- text: "Setup"
icon: fa-cog
href: setup.html
- text: "R Book"
icon: fa-book
menu:
- text: "Web book"
icon: fa-firefox
href: https://alexd106.github.io/Rbook
- 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 videos"
icon: fa-tv
href: howto.html
- text: "----"
- text: "Lecture slides"
icon: fa-book
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/T8z1BSUUQiyJ2e8z8
- text: "----"
- text: "QUADRAT"
icon: fa-chrome
href: https://www.quadrat.ac.uk/
- text: "SUPER"
icon: fa-chrome
href: https://superdtp.st-andrews.ac.uk/
- text: "Contact"
icon: fa-envelope fa-lg
href: People.html
- text: "Source code"
icon: fa-github fa-lg
href: http://github.com/alexd106
- text: "Twitter"
icon: fa-twitter fa-lg
href: https://twitter.com/QUADRATdtp
output:
html_document:
theme: flatly
highlight: tango
toc: true
toc_depth: 2
toc_float:
collapsed: false
fig_align: center
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"]