-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy path_quarto.yml
More file actions
54 lines (46 loc) · 1.24 KB
/
_quarto.yml
File metadata and controls
54 lines (46 loc) · 1.24 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
46
47
48
49
50
51
52
53
54
project:
type: book
output-dir: docs
book:
title: "ESIP Biological Data Cluster (BDS) Primer Guide"
author: "ESIP Biological Data Cluster"
date: last-modified
chapters:
- index.qmd
- context_understandability.qmd
- integrate_data.qmd
- interoperable_data.qmd
- make_your_data_internet_ready.qmd
- software_ready.qmd
number-depth: 2
number-offset: 0
execute:
freeze: auto
echo: FALSE
warning: FALSE
message: FALSE
#bibliography: references.bib
format:
html:
code-links:
- text: Github Repo
icon: github
href: https://github.com/ESIPFed/bds-primer-best-practices
- text: Give feedback on this page
icon: lightbulb
href: https://github.com/ESIPFed/bds-primer-best-practices/issues/new/choose
theme: cosmo
link-external-icon: true
link-external-newwindow: true
link-external-filter: '^(?:http:|https:)\/\/esipfed\.github\.io'
toc: true
toc-location: left
toc-title: ""
# pdf: default
# docx:
# toc: false # This isn't populating for some reason
# fig-align: center
# #tbl-colwidths: auto
# lang: en
# reference-doc: custom-reference-doc.docx
editor: visual