-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy path_quarto.yml
64 lines (61 loc) · 1.87 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
project:
type: website
website:
title: "robertmitchellv"
description: "Robert Mitchell's personal website"
favicon: "images/me.png"
google-analytics: "G-43L15MR1WY"
twitter-card:
creator: "@robertmitchellv"
site-url: https://robertmitchellv.com
repo-url: https://github.com/robertmitchellv/robertmitchellv.github.io
repo-actions: [edit, issue]
navbar:
title: false
logo: "images/rbmv-secondary.png"
background: primary
search: true
left:
- text: "{{< fa house-user >}} Home"
href: index.qmd
- text: "{{< fa laptop-code >}} Blog"
href: blog.qmd
- text: "{{< fa chalkboard-user >}} Talks"
href: talks.qmd
- text: "{{< fa chart-line >}} Projects"
href: projects.qmd
- text: "{{< fa address-card >}} About"
href: about.qmd
- text: "{{< fa paperclip >}} Vitae"
href: vitae.qmd
- text: "{{< fa paper-plane >}} Contact"
href: mailto:[email protected]
right:
- icon: github
href: https://github.com/robertmitchellv
- icon: mastodon
href: https://hachyderm.io/@robertmitchellv
- icon: twitter
href: https://twitter.com/robertmitchellv
- icon: linkedin
href: https://linkedin.com/in/robertmitchellv
page-footer:
background: primary
left: "{{< fa copyright >}} 2023, Robert Mitchell"
center:
- text: "<img src='/images/rbmv-secondary.png' width='auto' height='30px'>"
right:
- icon: github
href: https://github.com/robertmitchellv
- icon: mastodon
href: https://hachyderm.io/@robertmitchellv
- icon: twitter
href: https://twitter.com/robertmitchellv
- icon: linkedin
href: https://linkedin.com/in/robertmitchellv
format:
html:
theme:
light: [flatly, custom.scss]
dark: [darkly, custom-dark.scss]
freeze: true