-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_quarto.yml
48 lines (46 loc) · 1.06 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
project:
type: website
website:
title: "Daniel"
site-url: "https://daniel-ec.netlify.app/"
description: "Daniel Sánchez Personal Website"
favicon: icon.jpeg
twitter-card:
creator: "@daniel_ec18"
image: icon.jpeg
card-style: summary
open-graph: true
page-footer:
left:
- icon: github
href: https://github.com/dsanchezp18
- icon: twitter
href: https://twitter.com/daniel_ec18
- icon: linkedin
href: https://www.linkedin.com/in/dsanchezp18/
- icon: envelope
href: mailto:[email protected]
- text: RPubs
href: https://rpubs.com/dsanchezp998
right:
- text: Proudly built with Quarto through RStudio.
navbar:
title: Daniel Sánchez Pazmiño
right:
- href: index.qmd
text: Home
- href: about.qmd
text: About
- research.qmd
- teaching.qmd
# - resources.qmd
- media.qmd
- portfolio.qmd
- posts_home.qmd
format:
html:
theme:
- cyborg
- custom.scss
toc: true
editor: source