forked from ewanoleghe/webtemp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_quarto.yml
92 lines (76 loc) · 1.99 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
81
82
83
84
85
86
87
88
89
90
91
92
authorname: "Simon Grimm"
draft: false
project:
type: website
resources:
- "img/**"
- "sitemap.xml"
- "_redirects"
preview:
port: 22222
browser: true
watch-inputs: true
navigate: true
output-dir: docs
title-meta: "Simon Grimm"
description-meta: "Medical Doctor & Research Analyst | Biosecurity and Pandemic Preparedness"
website:
title: "Simon Grimm"
description: "Medical Doctor & Research Analyst | Biosecurity and Pandemic Preparedness"
site-url: https://www.simongrimm.com
image: img/website_thumbnail.png
repo-url: "https://github.com/simonleandergrimm/simon-grimm"
repo-branch: main
search:
location: navbar
type: textbox
navbar:
pinned: true
# logo: /img/windmill-icon.png
left:
- text: Blog
href: blog/index.qmd
right:
- icon: twitter
href: https://twitter.com/simon_grimm
- icon: github
href: https://github.com/simonleandergrimm
- icon: linkedin
href: https://www.linkedin.com/in/simon-leander-grimm/
- icon: envelope
aria-label: email
href: "mailto:[email protected]"
favicon: img/windmill.ico
twitter-card:
creator: "@simon__grimm"
image: "/img/website_thumbnail.png"
open-graph:
image: "/img/website_thumbnail.png"
locale: en_US
# google-analytics:
# tracking-id: G-N36VLTEM79
# storage: none
page-footer:
left: |
<span class="faux-block"><a href="https://github.com/marvinschmitt/marvinschmitt-dot-com">{{< fa brands github >}} Adapted from marvinschmitt.com</a></span>
execute:
freeze: true
filters:
- html/newpagelink.lua
format:
html:
include-in-header: html/seo.html
fontsize: 1.1em
theme:
# - flatly
- html/styles.scss
toc: false
anchor-sections: true
fig-cap-location: bottom
reference-location: margin
footnotes-hover: true
highlight-style: monokai
grid:
body-width: 1500px
sidebar-width: 200px
margin-width: 200px