generated from nmfs-opensci/NOAA-quarto-simple
-
Notifications
You must be signed in to change notification settings - Fork 5
/
_quarto.yml
86 lines (77 loc) · 2.01 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
project:
type: book
book:
page-navigation: true
title: "NOAA quarto book"
site-url: "https://nmfs-opensci.github.io/NOAA-quarto-book"
repo-url: "https://github.com/nmfs-opensci/NOAA-quarto-book"
repo-actions: [edit, source, issue]
favicon: assets/favicon.ico
downloads: [pdf, docx]
search: true
author:
- name: Jane Doe
affiliations:
- name: NOAA Fisheres
department: Northwest Fisheries Science Center
- name: Eva Nováková
institute: test
affiliations:
- name: NOAA Fisheries
department: West Coast Regional Office
institute: test
- name: Matti Meikäläinen
affiliations:
- name: NOAA Fisheries
department: Southwest Fisheries Science Center
chapters:
- index.qmd
- content/setup.qmd
- content/add-content.qmd
- content/customizing.qmd
- content/rendering.qmd
- content/figures_and_tables.qmd
- content/code.qmd
- content/adding-refs.qmd
- content/references.qmd
page-footer:
right: "This page is built with [Quarto](https://quarto.org/)."
left: "© CC-1.0"
sidebar:
background: "#D9E3E4"
logo: "https://raw.githubusercontent.com/nmfs-opensci/assets/main/logo/nmfs-opensci-logo3.png"
favicon: images/favicon.ico
pinned: true
align: center
tools:
- icon: globe
href: https://nmfs-opensci.github.io
text: "NMFS Open Science"
style: "docked"
search: true
collapse-level: 1
bibliography: [content/references.bib]
execute:
echo: false
code-overflow: wrap
format:
titlepage-pdf:
documentclass: scrbook
classoption: ["oneside", "open=any"]
titlepage: "plain"
keep-tex: true
docx:
toc: true
toc-depth: 2
reference-doc: template.docx
always_allow_html: true
html:
theme: [cosmo, assets/theme.scss]
toc: true
toc-depth: 3
filters:
- assets/include-files.lua
- quarto
# Comment next 2 lines if the PDF is having trouble
metadata-files:
- _frontmatter.yml