-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_quarto.yml
46 lines (45 loc) · 1008 Bytes
/
_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
project:
type: book
output-dir: ../docs
book:
title: "Public Health Environmental Surveillance Open Data Model (PHES-ODM) Documentation"
output-file: "ODM-documentation-v2.0.1"
version: "2.0.1"
date: last-modified
date-format: iso
license: CC 4.0 BY-SA
repo-url: "https://github.com/Big-Life-Lab/PHES-ODM-Doc"
repo-actions: [issue, source]
repo-subdir: qmd
downloads: [pdf, epub]
sidebar:
search: true
logo: ./assets/ODM-logo.png
chapters:
- index.qmd
- background.qmd
- explanation.qmd
- how-to.qmd
- sampleRelationships.qmd
- wide-names.qmd
#- tutourials.qmd
- part: ref-guide.qmd
chapters:
- parts.qmd
- sets.qmd
- tables.qmd
format:
html:
toc: true
theme:
light: [cosmo, ./assets/phes-odm.scss]
code-copy: true
code-overflow: wrap
lang: en-ca
pdf:
documentclass: scrbook
toc: true
number-sections: true
colorlinks: true
epub:
css: ./assets/phes-odm.css