forked from iswelindus/iswelindus.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_site.yml
More file actions
38 lines (38 loc) · 806 Bytes
/
Copy path_site.yml
File metadata and controls
38 lines (38 loc) · 806 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
35
36
37
38
name: "my-website"
navbar:
title: "IS-WEL Indus"
left:
- text: "Overview"
href: index.html
# - text: "Stakeholders"
# href: stakeholders.html
- text: "SDGs"
href: sdgs.html
- text: "Issues"
href: issues.html
- text: "Policy"
href: policy.html
- text: "Emerging Techs"
href: emergingtechs.html
- text: "Data"
href: data.html
- text: "Model"
href: model.html
- text: "Baseline"
href: baseline.html
- text: "Pathways"
href: pathways.html
- text: "Analysis"
href: analysis.html
right:
- text: "Library"
icon: fa-book
href: library.html
output:
html_document:
theme: cosmo
highlight: textmate
include:
after_body: footer.html
css: styles.css
output_dir: "."