-
Notifications
You must be signed in to change notification settings - Fork 3
/
_site.yml
42 lines (41 loc) · 970 Bytes
/
_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
name: "POIR613"
exclude: ["README.md", "bib/*", "data"]
output_dir: "docs"
navbar:
title: "POIR 613"
left:
- text: "Overview"
href: "index.html"
- text: "Syllabus"
href: "schedule.html"
- text: "Project"
href: "research_project.html"
- text: "Code"
href: "code.html"
- text: "Resources"
menu:
- text: "Academic Conduct"
href: "conduct.html"
- text: "Support Systems"
href: "support.html"
right:
- icon: fa-github fa-lg
href: https://github.com/pablobarbera/POIR613
output:
html_document:
theme: cosmo
highlight: textmate
css: styles.css
self_contained: false
toc: true
toc_depth: 2
toc_float:
collapsed: true
html5: true
md_extensions: "+raw_html+header_attributes"
pandoc_args: [
]
includes:
in_header: include/in_header.html
after_body: include/after_body.html
before_body: include/before_body.html