-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_quarto.yml
69 lines (66 loc) · 1.61 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
project:
type: website
resources:
- "_redirects.txt"
- "tweet-archive.html"
- "nitter.css"
- "twitter.css"
- "fonts/css/fontello.css"
- "fonts/font/fontello.ttf"
- "fonts/font/fontello.woff"
- "fonts/font/fontello.woff2"
- "styles.css"
- "js/vue.global.js"
- "js/minisearch.min.js"
- "profile.jpg"
- "searchDocuments.js"
- "app.js"
- "tweets_media"
website:
title: "%>% dreams"
site-url: "https://ivelasq.rbind.io"
description: "Isabella Velásquez Personal Website"
favicon: favicon.jpg
twitter-card: true
open-graph: true
navbar:
title: "Isabella Velásquez"
background: "#000000"
foreground: "#FFFFFF"
pinned: true
left:
- text: "pipe dreams"
right:
- text: "About"
file: about.qmd
- text: "Blog"
file: index.qmd
- file: talk.qmd
- file: project.qmd
- file: til.qmd
page-footer:
left:
- href: https://www.quarto.org
text: Built with Quarto
right:
- href: license.qmd
text: License
- icon: rss
href: index.xml
- text: "{{< iconify simple-icons bluesky >}}"
href: https://bsky.app/profile/ivelasq3.bsky.social
- icon: github
href: https://github.com/ivelasq
- icon: linkedin
href: https://www.linkedin.com/in/ivelasq/
- icon: mastodon
href: https://fosstodon.org/@ivelasq3
- icon: twitter
href: tweet-archive.html
format:
html:
theme: [litera, styles.scss]
include-in-header: plausible.html
highlight-style: nord
execute:
freeze: auto