-
Notifications
You must be signed in to change notification settings - Fork 0
/
_quarto.yaml
60 lines (56 loc) · 1.39 KB
/
_quarto.yaml
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
project:
type: website
output-dir: docs
execute-dir: project
render:
- index.qmd
- F00_forecasting.qmd
- C00_coding.qmd
- C01_observations.qmd
- C02_background.qmd
- C03_covariates.qmd
- C04_modeling.qmd
- about.qmd
execute:
cache: false
website:
title: "Colby Forecasting 2025"
page-navigation: true
back-to-top-navigation: true
page-footer: "Copyright 2025, Bigelow Laboratory for Ocean Science"
sidebar:
style: "docked"
search: true
contents:
- text: Home
href: index.qmd
- text: Forecasting
href: F00_forecasting.qmd
- text: Coding
href: C00_coding.qmd
- text: Observations
href: C01_observations.qmd
- text: Background
href: C02_background.qmd
- text: Covariates
href: C03_covariates.qmd
- text: Modeling
href: C04_modeling.qmd
- text: About
href: about.qmd
tools:
- icon: github
menu:
- text: Source Code
url: https://github.com/BigelowLab/ColbyForecasting2025
- text: Report a bug or ask a question
url: https://github.com/BigelowLab/ColbyForecasting2025/issues
- text: Wiki
url: https://github.com/BigelowLab/ColbyForecasting2025/wiki
format:
html:
theme: cosmo
css: styles.css
toc: true
number-sections: true
editor: source