-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_quarto.yml
59 lines (48 loc) · 1.32 KB
/
_quarto.yml
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
project:
type: website
output-dir: _site
execute:
freeze: true # true = never re-execute computational content during project render, needed for .qmd and .rmd since quarto
website:
title: "esipDMP: Primer on Best Practices and Tools for Data Management Planning"
site-url: https://esipfed.github.io/esipDMP/
repo-url: https://github.com/ESIPFed/esipDMP
repo-actions: [edit, source, issue]
page-navigation: true
# navbar:
# left:
# - href: index.qmd
# text: Home
# - about.qmd
page-footer:
left: "Eart Sciences Information Partners (ESIP) © Data Stewardship Committee (2025)."
#right: "Built with Quarto and GitHub Pages."
sidebar:
title: "esipDMP Primer"
#logo: images/nasa-openscapes.png
pinned: true
align: center
tools:
- icon: globe
href: https://www.esipfed.org/
text: "ESIP website"
- icon: github
href: https://github.com/ESIPFed/esipDMP
text: "esipDMP repo"
style: "docked"
search: true
collapse-level: 1
contents:
- text: "Welcome"
href: index.qmd
format:
html:
theme:
light: cosmo
dark: [cosmo, assets/styles/theme-dark.scss]
code-background: true
code-copy: true
css: assets/styles/styles.css
toc: true
filters:
- quarto