-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_quarto.yml
83 lines (79 loc) · 2.65 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
project:
type: website
execute-dir: project
preview:
port: 3456
render:
- "*.qmd"
- "*.md"
- "!etc/"
#- "!documents/"
resources:
- "files/**"
freeze: true
pagetitle: "{{< meta title >}} | Carl Colglazier"
author-meta: "Carl Colglazier"
website:
title: "Carl Colglazier"
open-graph: true
site-url: "https://carlcolglazier.com"
favicon: "assets/favicon.ico"
navbar:
pinned: false
right:
- text: "About"
href: "index.qmd"
- text: "Notes"
file: "notes/index.qmd"
- text: "Research"
file: "research/index.qmd"
- text: "Code"
file: "code/index.qmd"
page-footer:
center: |
<span class="faux-block">{{< fa brands creative-commons >}} Carl Colglazier</span>
<span class="faux-block">All content licensed under<br>[{{< fa brands creative-commons >}} {{< fa brands creative-commons-by >}} {{< fa brands creative-commons-nc >}} Creative Commons CC BY-NC 4.0](https://creativecommons.org/licenses/by-nc/4.0/)</span>
right: |
<span class="faux-block">Made with [{{< iconify simple-icons:quarto >}} Quarto](https://quarto.org/)</span>
<span class="faux-block">[View the source at {{< fa brands github >}} GitHub](https://github.com/carlcolglazier/carlcolglazier.com)</span>
<span class="hidden">{{< ai arxiv >}}</span>
left:
- text: "{{< iconify bi globe size=1.1em title='Website' >}}"
href: "https://carlcolglazier.com"
rel: "author"
#class: "u-uid"
- text: "{{< iconify bi envelope size=1.1em title='E-mail' >}}"
href: "mailto:[email protected]"
- text: "{{< iconify bi mastodon size=1.1em title='Mastodon' >}}"
href: "https://hci.social/@carl"
rel: "me"
- text: "{{< iconify simple-icons:bluesky size=1.1em title='Bluesky' >}}"
href: "https://bsky.app/profile/carl.cx"
rel: "me"
- text: "{{< iconify bi twitter size=1.1em title='Twitter' >}}"
href: "https://twitter.com/carlcolglazier"
rel: "me"
- text: "{{< iconify bi github size=1.1em title='GitHub' >}}"
href: "https://github.com/carlcolglazier"
rel: "me"
- text: "{{< iconify bi youtube size=1.1em title='YouTube' >}}"
href: "https://www.youtube.com/carlcolglazier"
rel: "me"
format:
html:
theme: html/cc.scss
grid:
margin-width: 250px
body-width: 650px
sidebar-width: 350px
fig-width: 6
toc: false
code-link: true
fig-cap-location: margin
reference-location: margin
footnotes-hover: true
include-in-header:
- text: |
<meta name="fediverse:creator" content="@[email protected]" />
execute:
freeze: auto