-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_quarto.yaml
More file actions
46 lines (44 loc) · 1.06 KB
/
_quarto.yaml
File metadata and controls
46 lines (44 loc) · 1.06 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
44
45
project:
type: website
output-dir: docs
execute-dir: project
render:
- index.qmd
- tutorials.qmd
- spatial.qmd
- grouping.qmd
execute:
cache: false
website:
title: "dataframes"
page-navigation: true
back-to-top-navigation: true
page-footer: "Copyright 2026, Bigelow Laboratory for Ocean Science"
sidebar:
style: "docked"
search: true
contents:
- text: Home
href: index.qmd
- text: Tutorials
href: tutorials.qmd
- text: Spatial
href: spatial.qmd
- text: Grouping
href: grouping.qmd
tools:
- icon: github
menu:
- text: Source Code
url: https://github.com/BigelowLab/dataframes
- text: Report a bug or ask a question
url: https://github.com/BigelowLab/ColbyForecasting/dataframes
- text: Tandy Center for Ocean Forecasting
url: https://www.bigelow.org/science/centers/ocean-forecasting/
format:
html:
theme: cosmo
css: styles.css
toc: true
number-sections: true
editor: source