-
Notifications
You must be signed in to change notification settings - Fork 32
/
Copy path_quarto.yml
94 lines (87 loc) · 3.38 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
project:
type: website
# post-render:
# - "cp -rnv static/. _site" # source: https://github.com/quarto-dev/quarto-cli/discussions/4162#discussioncomment-4831352
website:
title: "Silvia Canelón"
site-url: https://silviacanelon.com
description: "Researcher and data educator applying biomedical and spatial data science in ways that prioritize health equity."
favicon: assets/silvia/img/logo_rounded.svg
page-navigation: true
back-to-top-navigation: true
twitter-card:
creator: "@spcanelon"
site: "@spcanelon"
card-style: summary_large_image
comments:
utterances:
repo: spcanelon/silvia
label: utterances
theme: body-light
issue-term: title
navbar:
logo: assets/silvia/img/logo_rounded.svg
# logo: assets/silvia/img/logo_noBg.svg
tools:
- icon: github
href: https://www.github.com/spcanelon/silvia
right:
- text: About
aria-label: "About Me"
href: about/index.qmd
- text: Blog
aria-label: "Meeting People Where They R"
href: blog/index.qmd
- text: Talks
aria-label: "Invited Talks"
href: talk/index.qmd
- text: Publications
aria-label: "Publications"
href: publication/index.qmd
- text: Projects
aria-label: "Project Portfolio"
href: project/index.qmd
page-footer:
left: >-
© 2024 Silvia Canelón ∙ Made with [Quarto](https://quarto.org)
center: |
<a class="link-dark me-1" href="/accessibility.html" title="Accessibility commitment" target="_blank" rel="noopener">{{< fa universal-access >}}</a>
<a class="link-dark me-1" href="https://bsky.app/profile/silviacanelon.com" title="Bluesky" target="_blank" rel="noopener">{{< fa brands bluesky >}}</a>
<a class="link-dark me-1" href="https://linkedin.com/in/spcanelon" title="LinkedIn" target="_blank" rel="noopener">{{< fa brands linkedin >}}</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://buttondown.com/spcanelon" title="Newsletter" target="_blank" rel="noopener">{{< fa envelope >}}</a>
right:
- text: "Accessibility"
aria-label: "Accessibility Commitment"
href: accessibility.qmd
- text: "Contact"
aria-label: "Contact Form"
href: "contact.qmd"
- text: "License"
aria-label: "License Details"
href: license.qmd
- icon: rss
href: blog/index.xml
format:
html:
theme:
light:
- cosmo
- assets/silvia-theme-light.scss
- assets/silvia/colors-light.scss
- assets/silvia/fonts.scss
dark:
- cosmo
- assets/silvia-theme-dark.scss
- assets/silvia/colors-dark.scss
highlight-style:
light: assets/silvia/a11y-light.theme
dark: assets/silvia/a11y-dark.theme
code-link: true
pagetitle: "{{< meta title >}}"
lightbox: true
execute:
freeze: auto
include-in-header: assets/silvia/umami.html