-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_quarto.yml
80 lines (76 loc) · 2.42 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
project:
type: website
resources:
- style/fonts/*.woff2
- style/grainy-blur.svg
execute:
freeze: auto
website:
title: "James Goldie"
site-url: "https://jamesgoldie.dev"
navbar:
left:
- text: Career
href: /career/
- text: Services
href: /services/
- text: Projects
href: /projects/
- text: Writing
href: /writing/
right:
- icon: mastodon
aria-label: "Mastodon"
href: https://aus.social/@jimjamslam
target: _blank
- icon: bootstrap-fill
aria-label: "Bluesky"
href: https://bsky.app/profile/jimjamslam.bsky.social
target: _blank
- icon: linkedin
aria-label: "LinkedIn"
href: https://www.linkedin.com/in/jamesgoldie
target: _blank
- icon: github
aria-label: "GitHub"
href: https://github.com/jimjam-slam
target: _blank
- icon: mortarboard-fill
aria-label: "Google Scholar"
href: https://scholar.google.com/citations?user=Otq-xj0AAAAJ&hl=en
target: _blank
- icon: envelope-fill
aria-label: Email
href: mailto:[email protected]
target: _blank
- icon: cup-hot-fill
aria-label: Buy me a coffee
href: https://www.buymeacoffee.com/jimjamslam
target: _blank
open-graph:
description: "Visualising data and building things for fun and for change. #climatehealth → #datajournalism"
image: "/profile.png"
twitter-card:
creator: "@jimjam-slam"
site: "@jimjam-slam"
card-style: "summary"
image: "/profile.jpg"
google-analytics:
tracking-id: G-2WJLV09KE6
storage: none
anonymize-ip: true
format:
html:
theme: [darkly, "style/style.scss"]
mainfont: "Inter"
monofont: "JetBrains Mono"
callout-appearance: simple
# preload fonts to try and avoid unstyled text
include-in-header:
text: |
<link rel="preload" href="/style/fonts/Inter-Light.woff2" as="font" crossorigin>
<link rel="preload" href="/style/fonts/Inter-LightItalic.woff2" as="font" crossorigin>
<link rel="preload" href="/style/fonts/Inter-Bold.woff2" as="font" crossorigin>
<link rel="preload" href="/style/fonts/Inter-BoldItalic.woff2" as="font" crossorigin>
<link rel="preload" href="/style/fonts/Inter-ExtraBoldItalic.woff2" as="font" crossorigin>
<meta name="fediverse:creator" content="@[email protected]">