-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_site.yml
41 lines (41 loc) · 1.16 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
navbar:
type: inverse
left:
- text: "Home"
icon: fa-home
href: index.html
- text: "About this Guide"
href: about.html
- text: "Process Overview"
icon: fa-gear
href: timeline.html
- text: "Step-by-Step"
icon: fa-gear
menu:
- text: "Step 1: Environmental Scan"
href: environmental_scan.html
- text: "Step 2: Forming a Planning Committee & Honing a Vision"
href: planning_committee_vision.html
- text: "Step 3: Application Process"
href: application.html
- text: "Step 4: Developing the Program Schedule & Content"
href: schedule_content.html
- text: "Step 5: Program Lead-up"
href: leadup.html
- text: "Step 6: Program Delivery"
href: delivery.html
- text: "Step 7: Assessment"
href: assessment.html
- text: "Further Reading/Suggested Resources"
href: resources.html
- text: "Contact Us"
icon: fa-gear
href: contact.html
output:
html_document:
theme: simplex
highlight: textmate
include:
after_body: footer.html
css: styles.css
output_dir: "."