-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_quarto.yml
executable file
·99 lines (89 loc) · 2.24 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
87
88
89
90
91
92
93
94
95
96
97
98
99
project:
type: website
output-dir: ./notebook/_tmp
render:
- "*.qmd"
- "*.md"
- "docs/"
- "!readme.md"
# Do not render
- "!code/"
preview:
port: 3334
browser: true
watch-inputs: true
timeout: 300
website:
title: "FacsimiLab - Project Template for Datalad Datasets"
navbar:
search: true
left:
- text: Home
href: index.qmd
- text: About
href: notebook/about.qmd
open-graph: true
sidebar:
style: "docked"
contents: auto
reader-mode: true
repo-url: https://github.com/FacsimiLab/project-template
repo-actions: [issue, edit]
repo-link-target: "_blank"
page-footer: "Copyright 2024: Pranav Kumar Mishra"
bibliography:
- ./notebook/references.bib
csl: ./notebook/american-medical-association.csl
citation: false
google-scholar: true
format:
html:
theme:
light: cosmo
dark: darkly
toc: true
toc-depth: 3
lang: en-US
email-obfuscation: javascript
code-fold: true
code-line-numbers: true
code-overflow: wrap
grid:
sidebar-width: 300px
body-width: 900px
default-image-extension: svg
css: notebook/custom.css
tbl-cap-location: bottom
embed-resources: false
pdf-engine: lualatex
execute:
freeze: auto
cache: true
error: true
affiliations:
- id: rushortho
name: Dept of Orthopedic Surgery, Rush University
# department: Orthopedic Surgery
city: Chicago
region: IL
country: USA
postal-code: 60612
affiliation-url: https://rushu.rush.edu
- id: rushsurg
name: Dept of Surgery, Rush University
# department: Surgery
address: 1735 W Harrison St, Ste 563
city: Chicago
region: IL
country: USA
postal-code: 60612
affiliation-url: https://rushu.rush.edu
- id: rushpeds
name: Dept of Pediatrics, Rush University
# department: Pediatrics
address: 1735 W Harrison St, Ste 563
city: Chicago
region: IL
country: USA
postal-code: 60612
affiliation-url: https://rushu.rush.edu