-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path_site.yml
More file actions
30 lines (29 loc) · 777 Bytes
/
_site.yml
File metadata and controls
30 lines (29 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
name: Code Review - Resources
output_dir: '.'
navbar:
title: "<img src='images/fhdasl-brothers.png' width = '200px'/>"
left:
- text: About Code Review
href: index.html
icon: fa-home
- text: For Lab Leaders
href: lab_leaders.html
icon: fa-person-chalkboard
- text: For Lab Managers
href: lab_managers.html
icon: fa-users-between-lines
- text: For Lab Developers
href: lab_developers.html
icon: fa-users-gear
- text: So many resources!
href: more_resources.html
icon: fa-book
- text: FH DaSL
href: https://hutchdatascience.org
icon: fa-code-merge # or fa-group-arrows-rotate
output:
html_document:
css: style.css
includes:
in_header: resources/header.html
after_body: resources/footer.html