-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_quarto.yml
More file actions
55 lines (46 loc) · 1.56 KB
/
_quarto.yml
File metadata and controls
55 lines (46 loc) · 1.56 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
project:
type: website
output-dir: docs
website:
title: "Nico Giordano"
navbar:
pinned: true
left:
- text: Home
href: index.qmd
- text: "About"
href: "about.qmd"
- text: "CV"
href: "cv/index.qmd"
- text: "Research"
href: "research/index.qmd"
right:
- text: "{{< fa envelope title='E-mail' >}}"
href: "mailto:ngiordano@ksu.edu"
- text: "{{< fa brands github size=1.1em title='GitHub' >}}"
href: https://github.com/giordanon
- text: "{{< fa brands youtube size=1.1em title='YouTube' >}}"
href: https://www.youtube.com/@nicolasgiordano3910/videos
- text: "{{< fa brands linkedin size=1.1em title='LinkedIn' >}}"
href: https://www.linkedin.com/in/giordanon/
page-footer:
left: |
<span class="faux-block">{{< fa brands creative-commons >}} {{< var years >}} Nico Giordano</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 {{< 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:
- html/ng.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: monokai