-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_quarto.yml
62 lines (58 loc) · 1.62 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
project:
type: website
output-dir: docs
website:
title: "Anish S. Shah, MD|MS"
navbar:
background: primary
left:
- href: index.qmd
text: Me
- text: Curriculum Vitae
href: https://shah-in-boots.github.io/cv
- text: Research
href: https://shah-in-boots.github.io/research
- text: Clinical
href: https://shah-in-boots.github.io/clinical
- text: Talks
href: talks.html
- text: Software
menu:
- text: "R/card"
href: https://shah-in-boots.github.io/card
- text: "R/hrd"
href: https://shah-in-boots.github.io/hrd
- text: "R/EGM"
href: https://shah-in-boots.github.io/EGM
- text: "R/orbs"
href: https://shah-in-boots.github.io/orbs
- text: "R/rmdl"
href: https://shah-in-boots.github.io/rmdl
- text: "R/rcr"
href: https://shah-in-boots.github.io/rcr
- text: Notes
href: https://shah-in-boots.github.io/notes
right:
- icon: github
href: http://github.com/shah-in-boots/shah-in-boots.github.io
page-navigation: true
page-footer: "Copyright (c) 2024, Anish. S. Shah, MD, MS"
bibliography:
- ../bibliography/publications.bib
- ../bibliography/cardiology.bib
- ../bibliography/arrhythmia.bib
- ../bibliography/computational.bib
- ../bibliography/epidemiology.bib
csl: ../bibliography/jacc.csl
format:
html:
theme:
light:
- flatly
- colors.scss
dark:
- darkly
- colors.scss
highlight: solarized-light
toc: true
toc_float: true