-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_quarto.yml
More file actions
67 lines (57 loc) · 2.28 KB
/
_quarto.yml
File metadata and controls
67 lines (57 loc) · 2.28 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
project:
type: website
pagetitle: "{{< meta title >}} | Adam Pollack"
author-meta: "Adam Pollack"
website:
title: "Adam Pollack"
site-url: "https://abpoll.github.io"
repo-url: "https://github.com/abpoll/abpoll.github.io/tree/quarto"
navbar:
pinned: true
left:
- text: About
href: index.qmd
- text: Now
href: now/index.qmd
- text: Publications
href: publications/index.qmd
- text: Teaching
href: teaching/index.qmd
- text: CV
href: cv/index.qmd
right:
- text: '{{< fa solid envelope size=1.1em title="E-mail" >}}'
href: 'mailto:[email protected]'
- text: '{{< fa solid graduation-cap size=1.1em title="Google Scholar" >}}'
href: 'https://scholar.google.com/citations?user=mnigw6AAAAAJ&hl=en&oi=ao'
- text: '{{< fa brands researchgate size=1.1em title="ResearchGate" >}}'
href: 'https://www.researchgate.net/profile/Adam-Pollack-4'
- text: '{{< fa brands github size=1.1em title="GitHub" >}}'
href: 'https://github.com/abpoll'
rel: 'me'
- text: '{{< fa solid cloud size=1.1em title="Bluesky" >}}'
href: 'https://bsky.app/profile/crispapoll.bsky.social'
rel: 'me'
- text: '{{< fa brands linkedin size=1.1em title="LinkedIn" >}}'
href: 'https://www.linkedin.com/in/adam-pollack-447775a8/'
rel: 'me'
page-footer:
left: |
<span class="faux-block">{{< fa brands creative-commons >}} {{< var years >}} Adam Pollack</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>
right: |
<span class="faux-block">Made with [Quarto](https://quarto.org/)</span>
<span class="faux-block">[View the source on GitHub]({{< var github-url >}})</span>
format:
html:
theme: [flatly, styles/custom.scss]
toc: false
code-link: true
anchor-sections: true
fig-cap-location: margin
reference-location: margin
footnotes-hover: true
smooth-scroll: true
freeze: auto