-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy path_quarto.yml
100 lines (84 loc) · 2.53 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
93
94
95
96
97
98
99
100
authorname: "Marvin Schmitt"
draft: false
project:
type: website
resources:
- "img/**"
- "assets/**"
- "sitemap.xml"
- "_redirects"
preview:
port: 22222
browser: true
watch-inputs: true
navigate: true
title-meta: "Marvin Schmitt"
description-meta: "Computer Scientist & Psychologist | PhD researcher | Deep Learning, Data Science, Research | Explore my blog and newsletter 🚀"
website:
title: "Marvin Schmitt"
description: "Computer Scientist & Psychologist | PhD researcher | Deep Learning, Data Science, Research | Explore my blog and newsletter 🚀"
site-url: "https://www.marvinschmitt.com"
image: img/website_thumbnail.png
repo-url: "https://github.com/marvinschmitt/marvinschmitt-dot-com"
repo-branch: main
search:
location: navbar
type: textbox
navbar:
pinned: true
logo: /img/ms_icon.png
left:
- text: Blog
href: blog/index.qmd
- text: Projects
href: projects/index.qmd
- text: CV
href: cv/index.qmd
right:
- icon: twitter
href: https://twitter.com/MarvinSchmittML
- icon: github
href: https://github.com/marvinschmitt
- icon: linkedin
href: https://www.linkedin.com/in/marvin-schmitt/
- icon: envelope
aria-label: email
href: "mailto:[email protected]"
favicon: img/favicon.ico
twitter-card:
creator: "@MarvinSchmittML"
image: img/website_thumbnail.png
title: "Marvin Schmitt"
open-graph:
title: "Marvin Schmitt"
image: img/website_thumbnail.png
locale: en_US
google-analytics:
tracking-id: G-N36VLTEM79
storage: none
page-footer:
left: |
<span class="faux-block">{{< fa brands creative-commons >}} 2023 Marvin Schmitt</span>
<span class="faux-block"><a href="https://github.com/marvinschmitt/marvinschmitt-dot-com">{{< fa brands github >}} Source Code</a></span>
center: |
<span class="faux-block"><a href="/impressum/index.html">Impressum</a></span>
right: |
<span class="faux-block"> Designed with {{< fa heart >}}</span>
<span class="faux-block"> Built with <a href="https://quarto.org/">Quarto</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: margin
reference-location: margin
footnotes-hover: true
highlight-style: monokai