forked from noaa-iea/r3-train
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_site.yml
41 lines (41 loc) · 955 Bytes
/
_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
name: "R3"
navbar:
title: "R<sup>3</sup>"
left:
- text: "Collaborate"
icon: "fab fa-github"
href: collaborate.html
# - text: "Manipulate"
# icon: "fas fa-wrench"
# href: manipulate.html
right:
- text: "Setup"
icon: "fas fa-cogs"
href: setup.html
- text: "Resources"
icon: "fas fa-book"
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
pandoc_args: [
"--number-sections",
"--number-offset=2"]
highlight: "default"
# include:
# after_body: libs/after_body.html
css: libs/swcarpentry-lesson.css