-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_site.yml
41 lines (40 loc) · 1.14 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
name: "Interactive Intro to BSE"
navbar:
title: "Interactive Intro to BSE"
type: inverse
left:
- text: "Introduction"
href: intro.html
- text: "Engineering Principles"
icon: fa-chevron-circle-down
menu:
- text: "Units and Calculations"
href: units-and-calculations.html
- text: "Mass and Energy Balances"
href: mass-and-energy-balances.html
- text: "Data and Statistics"
href: data-and-stats.html
- text: "Labs"
icon: fa-chevron-circle-down
menu:
- text: "1 Protein Separation"
href: protein-separation.html
- text: "2 Rainfall Simulator"
href: rainfall-simulator.html
- text: "3 Energy Balance"
href: energy-balance.html
- text: "4 Mass Flows"
href: mass-flows.html
- text: "5 Cell Growth"
href: cell-growth.html
right:
- icon: fa-envelope-o
href: mailto:wrightrc@vt.edu
- icon: fa-github
href: https://www.github.com/wrightrc/interactiveBSE
output:
html_document:
includes:
in_header: header.html
css: "style.css"
output_dir: "docs"