-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_quarto.yml
More file actions
44 lines (39 loc) · 995 Bytes
/
_quarto.yml
File metadata and controls
44 lines (39 loc) · 995 Bytes
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
project:
type: website
website:
title: "Jerin's Personal Blog"
site-url: https://jerin248486.github.io/personal_blog/
twitter-card:
creator: "@UMassDACSS"
site: "@UMassDACSS"
favicon: images/DACSS_Round_Network.png
navbar:
background: "#881c1c"
logo: images/Jerin_image/headshot_jerin.jpg
right:
- text: "Home"
file: posts/index.qmd
- text: "About"
file: posts/about.qmd
- text: "Resume"
file: posts/resume.qmd
- text: "Projects"
file: posts/projects.qmd
- text: "Contact Me"
file: posts/contact_me.qmd
- text: "LinkedIn"
href: https://linkedin.com/in/jerin-jacob-here
- icon: github
href: https://github.com/jerin248486
aria-label: GitHub
execution:
freeze: auto
format:
html:
mainfont: Open Sans
linkcolor: "#881c1c"
toc: true
theme:
light: [flatly, styles.scss]
dark: [darkly, styles.scss]
align: center