-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_quarto.yml
More file actions
85 lines (73 loc) · 2.71 KB
/
Copy path_quarto.yml
File metadata and controls
85 lines (73 loc) · 2.71 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
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
pre-render: talk-yml.R
resources:
- "assets/wjakethompson/**"
# Things that need to be at the site root
- "keybase.txt"
- "pgp_wjt.asc.txt"
- "security.txt"
- "_redirects"
freeze: true
# Metadata stuff
pagetitle: "{{< meta title >}} | Jake Thompson"
author-meta: "Jake Thompson"
website:
title: "Jake Thompson"
description: "Psychometrician and R developer applying educational data science in ways that prioritize success for all students."
favicon: "assets/wjakethompson/img/wjakethompson-512.png"
site-url: "https://wjakethompson.com"
repo-url: "https://github.com/wjakethompson/wjt-quarto"
google-analytics:
tracking-id: "G-32TKPRY607"
anonymize-id: true
twitter-card:
image: "assets/wjakethompson/img/twitter-card-large.png"
card-style: summary_large_image
creator: "@wjakethompson"
site: "@wjakethompson"
open-graph:
image: "assets/wjakethompson/img/twitter-card-large.png"
locale: en_US
navbar:
pinned: true
logo: "assets/wjakethompson/img/wjakethompson.png"
right:
- text: About
aria-label: "About Me"
href: about/index.qmd
- text: Projects
aria-label: "Project Portfolio"
href: project/index.qmd
- text: Talks
aria-label: "Invited Talks"
href: talk/index.qmd
- text: Blog
aria-label: "Blog"
href: blog/index.qmd
- text: CV
aria-label: "Curriculum Vitae"
href: https://cv.wjakethompson.com
page-footer:
left: |
<span class="faux-block">{{< fa brands creative-commons >}} {{< var years >}} W. Jake Thompson</span>
<span class="faux-block">All content licensed under<br>[{{< fa brands creative-commons >}} {{< fa brands creative-commons-by >}} Creative Commons CC BY 4.0](https://creativecommons.org/licenses/by/4.0/)</span>
center: |
<span class="faux-block">{{< fa brands orcid >}} <strong>ORCID</strong> [{{< var orcid >}}](https://orcid.org/{{< var orcid >}})</span>
<span class="faux-block">{{< fa key >}} [PGP public key]({{< var pgp.key >}})   {{< fa fingerprint >}} Fingerprint:</strong><br><span class="fingerprint">{{< var pgp.fingerprint >}}</span></span>
right: |
<span class="faux-block">Made with {{< fa brands r-project >}} and [Quarto](https://quarto.org/)</span>
<span class="faux-block">[View the source at {{< fa brands github >}} GitHub]({{< var github-url >}})</span>
format:
html:
theme:
- assets/wjt.scss
grid:
body-width: 900px
toc: false
code-link: true
anchor-sections: true
fig-cap-location: margin
reference-location: margin
footnotes-hover: true
highlight-style: a11y