-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_site.yml
More file actions
34 lines (34 loc) · 867 Bytes
/
_site.yml
File metadata and controls
34 lines (34 loc) · 867 Bytes
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
name: "my-website"
navbar:
title: "AquaPlan"
left:
- text: "Home"
href: index.html
icon: fa-home
- text: "Get Started"
href: get_started.html
icon:
- text: "Exercises"
menu:
- text: "Exercise 1: Assessing the value of irrigation"
href: value_of_irri.html
- text: "Exercise 2: Identifying best water management practices"
href: production_function.html
- text: "Exercise 3: Evaluating impacts of climate change"
href: cc_impacts.html
- text: 'Faq'
href: faq.html
- text: ' Launch App'
href: https://tinyurl.com/aquaplan
icon: fa-rocket
output:
html_document:
css: style.css
toc: true
toc_float: true
highlight: tango
includes:
in_header: header.html
after_body: include_footer.html
theme: darkly
output_dir: "docs"