-
Notifications
You must be signed in to change notification settings - Fork 1
/
_quarto.yml
33 lines (32 loc) · 912 Bytes
/
_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
project:
type: website
website:
title: "Paul Simmering"
site-url: "https://simmering.dev"
search: true
navbar:
right:
- about.qmd
- index.qmd
- publications.qmd
- talks.qmd
- projects.qmd
- icon: github
href: https://github.com/psimm
- icon: twitter-x
href: https://x.com/paul_simmering
- icon: linkedin
href: https://www.linkedin.com/in/paulsimmering
page-footer: |
<a href="/imprint.html">Imprint</a> | <a href="/privacy.html">Privacy policy</a> | This website doesn't use cookies.<script data-goatcounter="https://simmering.goatcounter.com/count"
async src="//gc.zgo.at/count.js"></script>
format:
html:
theme: simplex
css: styles.css
linkcolor: "#3478C5"
highlight-style: a11y
code-overflow: wrap
code-copy: hover
code-block-bg: "#f7f7f7"
code-block-border-left: "#31BAE9"