-
Notifications
You must be signed in to change notification settings - Fork 0
/
_quarto.yml
70 lines (57 loc) · 1.39 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
project:
type: book
output-dir: _book
book:
title: "Bulkley River Watershed Connectivity Remediation Plan: 2021 - 2040"
author: "Canadian Wildlife Federation"
date: last-modified
date-format: "DD-MM-YYYY"
chapters:
- index.qmd
- content/project-overview.qmd
- content/connectivity-status.qmd
- content/barrier-prioritization.qmd
- content/work-planning.qmd
- content/references.qmd
- content/version-history.qmd
appendices:
- content/project-partners.qmd
- content/supplementary-information.qmd
- content/data-methods.qmd
sidebar:
pinned: true
logo: images/logo.png
tools:
- icon: save
menu:
- text: Word DOCX
url: _book/Bulkley-River-Watershed-Connectivity-Remediation-Plan--2021---2040.docx
bibliography: references.bib
# nocite: |
# @*
format:
html:
css: style.css
theme: cosmo
toc-title: "BULK WCRP"
crossref:
fig-title: '**Figure**'
tbl-title: '**Table**'
pdf:
toc: true
toc-depth: 2
documentclass: scrreprt
colorlinks: true
docx:
toc: true
number-sections: true
highlight-style: github
# reference-doc: custom-reference-doc.docx
tbl-colwidths: [40, 30, 30]
keep-md: true
keep-ipynb: true
#jupyter: "local-venv"
# execute:
# cache: true
#titlepage-bg-image: images/spawn.jpg
title-block-banner: "#f6f6f6"