-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy path_quarto.yml
86 lines (82 loc) · 3.02 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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
project:
type: website
render:
- "*.qmd"
- "*.md"
- "blog/**/*.qmd"
- "talk/**/*.qmd"
- "project/**/*.qmd"
- "about/index.*md"
- "colophon/index.*md"
post-render:
# - "rsync --recursive --prune-empty-dirs --copy-links --safe-links static/. _site/"
- "cp -r static/. _site/"
website:
title: "Garrick Aden-Buie"
site-url: https://www.garrickadenbuie.com
repo-url: https://github.com/gadenbuie/garrickadenbuie-com
repo-actions:
- source
- edit
- issue
twitter-card:
creator: "@grrrck"
site: "@grrrck"
card-style: summary_large_image
image: social-default.png
open-graph: true
navbar:
title: garrick
background: light
right:
- text: blog
href: blog/index.qmd
- text: projects
href: project/index.qmd
- text: talks
href: talk/index.qmd
- text: about
href: about/index.qmd
- icon: github
href: https://github.com/gadenbuie
- icon: mastodon
href: https://fosstodon.org/@grrrck
page-footer:
border: false
background: light
left: >-
© {{< now year >}} Garrick Aden-Buie
right: >-
<a class="link-dark me-1" href="/colophon">Made with 💙</a>
<a class="link-dark" href="/blog/index.xml" title = "RSS feed"><i class="bi bi-rss-fill"><span class="visually-hidden">RSS feed</span></i></a>
center: >-
<a class="link-dark" href="https://bsky.app/profile/grrrck.xyz" title="bluesky" target="_blank" rel="noopener">{{< fa brands bluesky >}}</a>
<a class="link-dark" href="https://fosstodon.org/@grrrck" title="mastodon" target="_blank" rel="noopener">{{< fa brands mastodon >}}</a>
<a class="link-dark" href="https://github.com/gadenbuie" title="github" target="_blank" rel="noopener">{{< fa brands github >}}</a>
<a class="link-dark" href="https://gadenbuie.r-universe.dev" title="r-project" target="_blank" rel="noopener">{{< fa brands r-project >}}</a>
<a class="link-dark" href="https://keybase.io/grrrck" title="keybase" target="_blank" rel="noopener">{{< fa brands keybase >}}</a>
<a class="link-dark" href="https://garrickadenbuie.bandcamp.com" title="bandcamp" target="_blank" rel="noopener">{{< fa brands bandcamp >}}</a>
<a class="link-dark" href="http://orcid.org/0000-0002-7111-0077" title="orcid" target="_blank" rel="noopener">{{< ai orcid >}}</a>
format:
html:
theme:
light:
- zephyr
- _assets/styles-elm-light.scss
- _assets/styles-elm-base.scss
- _assets/colors.scss
dark:
- _assets/zephyr-dark.scss
- _assets/styles-elm-dark.scss
- _assets/styles-elm-base.scss
- _assets/colors.scss
css:
- _assets/panelset-extras.css
highlight-style:
light: _assets/syntax-elm-light.theme
dark: _assets/syntax-elm-dark.theme
code-block-bg: false
include-in-header:
text: <script src="https://cdn.counter.dev/script.js" data-id="10454114-dc3f-4c23-a4da-87e7f2c7c58d" data-utcoffset="-4"></script>
execute:
freeze: auto