-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path_site.yml
More file actions
44 lines (41 loc) · 950 Bytes
/
_site.yml
File metadata and controls
44 lines (41 loc) · 950 Bytes
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
name: "YUM-101"
output_dir: "docs"
navbar:
type: default
title: "Course Website"
left:
- text: "Home"
href: index.html
- text: "Lectures"
href: lectures.html
- text: "Labs"
menu:
- text: "Introductory"
- text: "Lab 1"
href: lab1.html
- text: "Lab 2"
href: lab2.html
- text: "Advanced"
- text: "---"
- text: "Lab 3"
href: lab1.html
- text: "Lab 4"
href: lab1.html
- text: "Lab 5"
href: lab1.html
- text: "Assignments"
href: assignments.html
- text: "Grade Dashboard"
href: grade_dashboard.html
right:
- icon: fa-github
href: https://github.com/rstudio4edu/basic-course-website
- icon: fa-university
href: https://en.wikipedia.org/wiki/Cooking_school
output:
html_document:
theme: yeti
highlight: zenburn
toc: true
toc_float: true
code_download: true