-
Notifications
You must be signed in to change notification settings - Fork 0
/
_quarto.yml
66 lines (61 loc) · 1.79 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
project:
type: website
editor:
mode: source
markdown:
wrap: 80
canonical: true
execute:
freeze: auto
description-meta: "Personal site for Vikram B. Baliga"
website:
title: "vbaliga.github.io"
site-url: https://vbaliga.github.io
repo-url: https://github.com/vbaliga/vbaliga.github.io
image: "/images/vbaliga.github.io - social preview.png"
twitter-card:
image: "/images/vbaliga.github.io - social preview.png"
card-style: summary_large_image
creator: "@labrichthys"
site: "@labrichthys"
open-graph:
image: "/images/vbaliga.github.io - social preview.png"
locale: en_US
favicon: "/images/vb32.png"
navbar:
pinned: true
background: "#EE6A24"
right:
- text: "Home"
href: index.qmd
- text: "Publications"
href: publications.qmd
- text: "Data, software & code"
href: data-software-code.qmd
- text: "Press"
href: press.qmd
- text: "Tidbits"
href: blog.qmd
search:
location: navbar
type: overlay
page-footer:
left: |
Content {{< fa brands creative-commons >}} {{< var site.copyright_year >}} by [{{< var author.name_no_title >}}](mailto:{{< var author.email >}}). All images by V.B.B. unless otherwise noted. <br>
All content licensed under a {{< fa brands creative-commons >}}
{{< fa brands creative-commons-by >}} {{< fa brands creative-commons-nc >}}
[CC BY-NC 4.0](https://creativecommons.org/licenses/by-nc/4.0/) license
right: |
Made with {{< fa brands r-project >}} and [Quarto](https://quarto.org/)<br>
format:
html:
theme:
- litera
- html/custom.scss
toc: true
highlight-style: monokai
code-overflow: wrap
include-in-header:
- head_tag.html
include-before-body:
- ga4_tag.html