forked from marlonecobos/kuenm2
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_pkgdown.yml
More file actions
46 lines (42 loc) · 1.47 KB
/
_pkgdown.yml
File metadata and controls
46 lines (42 loc) · 1.47 KB
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
url: https://marlonecobos.github.io/kuenm2/
template:
light-switch: true
params:
bootswatch: united
bootstrap: 5
bslib:
bg: "#ffffff" # white background
fg: "#212529" # black text
primary: "#007bff" # primary elements: blue
input-bg: "#ffffff" # color search bar
input-color: "#212529" # color text search bar
navbar-light-bg: "#007bff" #color for navbar when light
navbar-dark-bg: "#00008B" #color for navbar when dark
# navigation bar configuration
navbar:
left:
- icon: fa-home
href: index.html
- text: "Functions"
href: reference/index.html
- icon: fas fa-book
text: "Articles"
menu:
- text: "1. Basic Data Cleaning"
href: articles/basic_data_cleaning.html
- text: "2. Prepare Data for Model Calibration"
href: articles/prepare_data.html
- text: "3. Model Calibration"
href: articles/model_calibration.html
- text: "4. Fit and Explore Selected Models"
href: articles/model_exploration.html
- text: "5. Project Models to a Single Scenario"
href: articles/model_predictions.html
- text: "6. Project Models to Multiple Scenarios"
href: articles/model_projections.html
- text: "7. Exploring Model Uncertainty and Variability"
href: articles/variability_and_uncertainty.html
- text: "8. Example of Projections Using CHELSA Data"
href: articles/projections_chelsa.html
components:
home: ~