-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_quarto.yml
More file actions
52 lines (47 loc) · 1.15 KB
/
_quarto.yml
File metadata and controls
52 lines (47 loc) · 1.15 KB
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
project:
type: website
output-dir: docs
website:
title: "Gus Lipkin's Awesome Website"
favicon: assets/favicon.svg
navbar:
background: primary
left:
- href: about.qmd
text: About Me
- href: belay.qmd
text: Belay
- 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
- href: https://www.instagram.com/guslipkin
icon: instagram
format:
html:
theme:
light: flatly
dark: darkly
css: styles.css
include-in-header:
- text: '<meta name="color-scheme" content="light dark">'
execute:
freeze: auto
cache: true