-
Notifications
You must be signed in to change notification settings - Fork 1
/
_quarto.yml
82 lines (73 loc) · 1.72 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
project:
type: book
book:
title: "JuliaEpiHandbook"
subtitle: "A Guide to Julia for Epidemiologists"
author:
- name: "Callum Arnold-Leps"
url: https://callumarnold.com
affiliation: Pennsylvania State University
orcid: 0000-0002-3245-6956
date: "2024-05-31"
chapters:
- index.qmd
- part: "Background"
chapters:
- motivations-background.qmd
- technical-background.qmd
- part: "Getting Started With Julia"
chapters:
- install-julia.qmd
- julia-basics.qmd
- new-project.qmd
- import-export.qmd
- part: "TODO"
chapters:
- todo.qmd
- misc.qmd
# - references.qmd
repo-url: https://github.com/arnold-c/JuliaEpiHandbook
repo-actions: [edit]
sidebar:
search: true
border: true
search:
keyboard-shortcut: ["?", "s"]
bread-crumbs: true
google-analytics: "G-EVYBCCRZHE"
bibliography: references.bib
license: "CC BY"
# Default for table of contents
toc: true
toc-title: Table of contents
toc-location: right
# Default knitr options
execute:
echo: true
message: true
warning: true
cache: false
freeze: auto
# Default author
author:
- name: Callum Arnold-Leps
url: https://callumarnold.com
affiliation: Pennsylvania State University
orcid: 0000-0002-3245-6956
# Default fields for citation
citation: true
language:
search-text-placeholder: "[s|?] Search Contents"
format:
html:
theme:
light: [cosmo, format/_fonts.scss, format/_light.scss]
dark: [cosmo, format/_fonts.scss, format/_dark.scss]
code-copy: true
code-fold: false
code-overflow: wrap
grid:
sidebar-width: 270px
body-width: 1000px
margin-width: 200px
gutter-width: 1rem