forked from deepshamenghani/Portfolio_DeepshaM
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_quarto.yml
61 lines (49 loc) · 1.49 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
project:
type: website
website:
title: "Jeff Dickinson"
favicon: "images/jeff_dickinson.jpg"
page-footer:
center: |
<span class="container"><strong>[Contact Jeff Dickinson](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/jeffreyad/Portfolio_Jeffreyad){target="_blank"}</strong></span>
background: "#004E4F"
navbar:
left:
- href: index.qmd
text: Home
- href: projects.qmd
text: Projects
- href: resume.qmd
text: Resume
right:
- icon: mastodon
href: https://mstdn.social/@Jeffreyad
aria-label: Quarto Mastodon
- icon: twitter
href: https://twitter.com/jeffdickinson
aria-label: Quarto Twitter
- icon: linkedin
href: https://linkedin.com/in/jeff-dickinson-0a988065
aria-label: Quarto LinkedIn
- icon: github
href: https://github.com/jeffreyad/
aria-label: Quarto Github
search:
location: navbar
type: overlay
format:
html:
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