-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_site.yml
58 lines (57 loc) · 1.44 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
name: "mbon-p2p"
exclude: ["survey imagery", "data", "docs/z_*"]
navbar:
title: "MBON Pole to Pole Americas"
left:
- text: "Home"
href: index.html
- text: "About"
href: about.html
- text: "Members"
icon: ion-person-stalker
href: members.html
- text: "Data"
icon: ion-stats-bars
href: data.html
menu:
- text: "Rocky Shore"
href: data_rocky_shore.html
- text: "Sandy Beach"
href: data_sandy_beach.html
# - text: "Environmental, Remotely Sensed"
# href: data_rs.html
# - text: "Environmental, In Situ"
# href: data_in_situ.html
- text: "Events"
icon: ion-calendar
href: events.html
- text: "Methods"
icon: ion-clipboard
menu:
- text: "Field Protocols"
href: methods_field_protocols.html
- text: "Data Science"
href: methods_data_science.html
- text: "Join us!"
icon: ion-email
href: contact.html
right:
# - icon: fa-newspaper-o
# href: news.html
# - icon: fa-info
# href: about.html
# - icon: ion-help
# href: https://marinebon.github.io/help/
# - icon: ion-email
# href: contact.html
output_dir: "docs"
output:
html_document:
theme: cosmo
self_contained: false
lib_dir: docs/site_libs
highlight: textmate
include:
after_body: _includes/footer.html
css: styles.css
include: [".nojekyll"]