-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy path_quarto.yml
71 lines (62 loc) · 2.6 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
project:
type: website
post-render:
- "cp -rnv static/. _site" # source: https://github.com/quarto-dev/quarto-cli/discussions/4162#discussioncomment-4831352
render:
- "*.qmd"
- "*.Rmd"
- "!2021-03-23-amia-informatics-summit/"
- "!2022-02-11-tdw-ehr-lessons/"
- "!2020-12-17-introduccion-xaringan/"
- "!2020-08-31-tour-of-the-tidyverse/"
website:
title: Silvia Canelón
site-url: https://slides.silviacanelon.com/
description: 'Collection of publicly available slide decks created by Silvia Canelón.'
search: true
favicon: assets/silvia/img/logo_rounded.svg
navbar:
# title: false
logo: assets/silvia/img/logo_noBg.svg
logo-alt: "Home" #doesn't seem to show up
tools:
- icon: github
href: https://www.github.com/spcanelon/slides
#opengraph: true
twitter-card:
creator: "@spcanelon"
image: "/img/social-card.png"
page-footer:
left: >-
© 2023 [Silvia Canelón](https://silviacanelon.com) ∙ Made with [Quarto](https://quarto.org)
center: |
<a class="link-dark me-1" href="https://silviacanelon.com/accessibility" title="Accessibility commitment" target="_blank" rel="noopener">{{< fa universal-access >}}</a>
<a class="link-dark me-1" href="https://hachyderm.io/@spcanelon" title="mastodon" target="_blank" rel="noopener">{{< fa brands mastodon >}}</a>
<a class="link-dark me-1" href="https://github.com/spcanelon" title="github" target="_blank" rel="noopener">{{< fa brands github >}}</a>
<a class="link-dark me-1" href="https://orcid.org/0000-0003-1709-1394" title="orcid" target="_blank" rel="noopener">{{< ai orcid >}}</a>
<a class="link-dark me-1" href="https://scholar.google.com/citations?user=GAzkvpcAAAAJ&hl=en&oi=ao" title="Google Scholar" target="_blank"rel="noopener">{{< ai google-scholar >}}</a>
<a class="link-dark me-1" href="https://linkedin.com/in/spcanelon" title="LinkedIn" target="_blank" rel="noopener">{{< fa brands linkedin >}}</a>
right:
- text: "Accessibility"
aria-label: "Accessibility Commitment"
href: https://silviacanelon.com/accessibility
- text: "Contact"
aria-label: "Contact Form"
href: https://silviacanelon.com/contact
- text: "License"
aria-label: "License Details"
href: https://silviacanelon.com/license
format:
html:
theme:
light:
- cosmo
# - superhero
- assets/silvia-theme.scss
- assets/silvia/colors.scss
- assets/silvia/fonts.scss
highlight-style: a11y
code-link: true
execute:
freeze: auto
include-in-header: assets/umami.html