-
Notifications
You must be signed in to change notification settings - Fork 0
/
_site.yml
40 lines (39 loc) · 996 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
name: biodiversity_facets_practical
output_dir: docs
exclude: ["data/", "other_docs/", "paper/", "rosm.cache/", "bibliography.bib",
"*.odp", "diversity_facets_tutorial.Rmd",
"diversity_facets_tutorial.R"]
navbar:
title: Biodiversity Facets Tutorial
type: inverse
left:
- text: Home
icon: fa-home
href: index.html
- text: Setup
icon: fas fa-info-circle
href: 00-setup.html
- text: Loading Data
icon: fas fa-table
href: 01-load-data.html
- text: Functional Diversity
icon: fas fa-tree
href: 02-functional-diversity.html
- text: Phylogenetic Diversity
icon: fas fa-frog
href: 03-phylogenetic-diversity.html
- text: Modelling
icon: fas fa-chart-bar
href: 04-stat-modelling.html
output:
html_document:
theme: united
toc: true
toc_float: true
highlight: textmate
lib_dir: site_libs
self_contained: no
code_download: true
include:
after_body: _footer.html
css: styles.css