-
Notifications
You must be signed in to change notification settings - Fork 85
/
_site.yml
55 lines (55 loc) · 1.29 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
name: "R3"
navbar:
title: "R<sup>3</sup>"
left:
- text: "Collaborate"
icon: "fa fa-users"
href: collaborate.html
- text: "Manipulate"
icon: "fas fa-wrench"
href: manipulate.html
- text: "Visualize"
icon: "fas fa-chart-bar"
href: visualize.html
- text: "Map"
icon: "fas fa-map"
href: map.html
- text: "Report"
icon: "fas fa-book"
href: report.html
- text: "Infographics"
icon: "fas fa-info-circle"
href: infographics.html
- text: "Applications"
icon: "fas fa-rocket"
href: apps.html
right:
- text: "Setup"
icon: "fas fa-cogs"
href: setup.html
- text: "Resources"
icon: "fas fa-search"
href: resources.html
- text: "Roster"
icon: "fas fa-user-friends"
href: roster.html
- text: "Repo"
icon: "fab fa-github"
href: https://github.com/noaa-iea/r3-train
output_dir: "docs"
output:
html_document:
theme: "default"
type: "inverse"
toc: true
toc_depth: 4
toc_float: true
code_folding: "show"
number_sections: true
anchor_sections: true
highlight: "default"
# include:
# after_body: libs/after_body.html
includes:
in_header: libs/google-analytics_gtag.html
css: libs/swcarpentry-lesson.css