-
Notifications
You must be signed in to change notification settings - Fork 1
/
_quarto.yml
55 lines (51 loc) · 1.45 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
project:
type: website
resources:
- "assets/challenges_images/"
- "assets/images/"
- "assets/fonts/"
- "assets/scripts/"
- ".htaccess"
website:
title: "Christian Gebhard - Datavisualization"
description: "Data Visualization and Information Design"
navbar:
title: "<span class='icon-upper'>CHRISTIAN GEBHARD</span><span class='icon-sep'></span><span class='icon-lower'>DATAVISUALIZATION DESIGN</span>"
left:
- text: "Dataviz"
href: challenges.html
- text: "Projects"
href: projects.html
- text: "Blog"
href: posts.html
right:
- text: "Contact"
href: contact.html
- text: "About Me"
href: about.html
site-url: https://christiangebhard.com
twitter-card: true
open-graph: true
favicon: assets/images/logo_favicon.png
image: assets/images/logo_dynamic_hero.png
cookie-consent:
policy-url: datenschutz.html
page-footer:
left: Christian A. Gebhard {{< fa regular copyright >}} 2020-2023<br>made with {{< fa heart >}}, {{< fa brands r-project >}} and [quarto](https://quarto.org)
right:
- text: Impressum
href: impressum.html
- text: Privacy / Datenschutz
href: datenschutz.html
comments:
giscus:
repo: nucleic-acid/quarto-blog
highlight-style: arrow
format:
html:
theme: [litera, jollydata.scss]
code-link: true
code-fold: true
code-tools:
toggle: true
source: false