-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_quarto.yml
45 lines (40 loc) · 940 Bytes
/
_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
project:
type: website
output-dir: docs
website:
title: "Gus Lipkin's Awesome Website"
navbar:
background: primary
left:
- href: about.qmd
text: About Me
- href: talks.qmd
text: My Talks
# - href: resume.qmd
# text: Résumé
- text: My Blogs
menu:
- href: professional-blog.qmd
text: My Professional Blog
- href: personal-blog.qmd
text: My Personal Blog
- href: contact.qmd
text: Contact Me
tools:
- href: https://www.linkedin.com/in/guslipkin/
icon: linkedin
- href: https://www.github.com/guslipkin
icon: github
- href: https://guslipkin.medium.com/
icon: medium
- href: https://fosstodon.org/@guslipkin
icon: mastodon
format:
html:
theme:
light: flatly
dark: darkly
css: styles.css
execute:
freeze: auto
cache: true