-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_site.yml
More file actions
37 lines (35 loc) · 777 Bytes
/
_site.yml
File metadata and controls
37 lines (35 loc) · 777 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
name: "www"
output_dir: "docs"
include: "gfx"
exclude: ["makefile", "data", "lectures/figure"]
navbar:
title: "Baumer Lab"
left:
- text: "Home"
icon: fa-home
href: index.html
- text: "Projects"
icon: fa-project-diagram
href: projects.html
- text: "Students"
icon: fa-users
href: students.html
- text: "Contact"
icon: fa-info
href: contact.html
right:
- text: "GitHub"
icon: fa-github
href: https://github.com/baumer-lab
- text: "SDS"
icon: fa-university
href: http://www.smith.edu/sds
output:
html_document:
theme: darkly
highlight: pygments
css: ["include/smith.css"]
toc: false
toc_float: true
include:
after_body: include/after_body.html