-
Notifications
You must be signed in to change notification settings - Fork 8
/
_quarto.yml
71 lines (59 loc) · 1.75 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
project:
type: website
website:
title: "Deepsha Menghani"
favicon: "images/linkedinpic.jpg"
page-footer:
center: |
<span class="container"><strong>[Contact Deepsha Menghani](mailto:[email protected]){target="_blank"}</strong></span>
left: |
<span class="container"><strong>Made with [Posit Quarto](https://quarto.org/){target="_blank"}</strong></span>
right: |
<span class="container"><strong>[Github Repo](https://github.com/deepshamenghani/Portfolio_DeepshaM){target="_blank"}</strong></span>
background: "#004E4F"
navbar:
left:
- href: index.qmd
text: Home
- href: projects.qmd
text: Projects
- href: talks.qmd
text: Talks
- href: tidytuesday.qmd
text: TidyTuesday
# - href: workshops.qmd
# text: Workshops
# - href: blogs.qmd
# text: Blogs
right:
- icon: mastodon
href: https://fosstodon.org/@deepsha
aria-label: Quarto Mastodon
- icon: twitter
href: https://twitter.com/bigdatadipper
aria-label: Quarto Twitter
- icon: linkedin
href: https://linkedin.com/in/deepshamenghani
aria-label: Quarto LinkedIn
- icon: github
href: https://github.com/deepshamenghani/
aria-label: Quarto Github
search:
location: navbar
type: overlay
format:
html:
grid:
body-width: 2000px
sidebar-width: 200px
margin-width: 200px
theme:
light: [cosmo, theme_light_custom.scss]
dark: [cosmo, theme_dark_custom.scss]
css: styles.css
citations-hover: true
code-link: true
code-fold: show
code-tools: false
code-block-border-left: "#004E4F"
editor: visual