-
Notifications
You must be signed in to change notification settings - Fork 0
/
_quarto.yml
57 lines (54 loc) · 1.54 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
project:
type: website
website:
title: "Callum Arnold"
favicon: img/favicon.png
navbar:
background: "#f5e0dc"
pinned: true
left:
# - text: "Home"
# href: index.qmd
- text: "CV"
href: files/cv-push/cv.pdf
- text: "Projects"
href: projects.qmd
- text: "Posts"
href: posts.qmd
right:
- icon: github
href: https://github.com/arnold-c
- text: "{{< ai orcid color=default >}}"
href: https://orcid.org/0000-0002-3245-6956
- text: "{{< ai google-scholar size=lg color=default >}}"
href: https://scholar.google.com/citations?user=6CMnUykAAAAJ&hl=en
- text: "{{< ai researchgate size=lg color=default >}}"
href: https://www.researchgate.net/profile/Callum_Arnold
- icon: twitter
href: https://twitter.com/thecallumarnold
repo-url: https://github.com/arnold-c/website
repo-actions: [edit, issue]
page-footer:
"Copyright 2023, Callum Arnold-Leps. Made with [Quarto](https://quarto.org)"
comments:
utterances:
repo: arnold-c/website
google-analytics: "G-EVYBCCRZHE"
format:
html:
theme:
light: [cosmo, format/_fonts.scss, format/_light.scss, format/_button.scss]
dark: [cosmo, format/_fonts.scss, format/_dark.scss, format/_button.scss]
grid:
sidebar-width: 270px
body-width: 1000px
margin-width: 200px
gutter-width: 1rem
mainfont: "Atkinson Hyperlegible"
toc: true
code-copy: true
code-fold: false
code-overflow: wrap
reference-location: margin
execute:
freeze: auto