-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_site.yml
executable file
·49 lines (47 loc) · 1.28 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
name: "Everhart Lab Website"
navbar:
title: "NEWS"
left:
- text: "People"
href: people.html
- text: "Research"
menu:
- text: "Current Projects"
href: research.html
- text: "Publications"
href: publications.html
- text: "Funding"
href: funding.html
# href: research.html
- text: "Teaching"
menu:
- text: "Courses"
href: courses.html
- text: "Workshops"
href: workshops.html
- text: "Lab Resources"
menu:
- text: "Welcome Letter"
href: welcome.html
- text: "Safety Training"
href: training.html
- text: "Expectations for GRAs"
href: expectations.html
- text: "Good Lab Stewardship"
href: stewardship.html
- text: "Time Management"
href: time-management.html
- text: "Join Our Lab"
href: join.html
- text: "About Me"
href: sydney-everhart.html
output_dir: "."
output:
html_document:
#prettydoc::html_pretty:
theme: readable ## journal, readable, paper, lumen, cosmo, cerulean, flatly,
## united, yeti, spacelab, sandstone, simplex, yeti
highlight:
css: custom.css
include:
after_body: _footer.html