-
Notifications
You must be signed in to change notification settings - Fork 1
/
_quarto.yml
57 lines (51 loc) · 1.52 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
project:
type: website
website:
title: "Johannes Feldhege"
description: "Persönliche Webseite von Johannes Feldhege"
site-url: https://johannesfeldhege.de
repo-url: https://github.com/jfeldhege/jfeldhege.github.io
open-graph: true
navbar:
background: "#2A7B88"
logo: "assets/logo.png"
search: false
right:
- text: "Home"
file: index.qmd
aria-label: Home
- file: publikationen.qmd
aria-label: Publikationen
- file: cv.qmd
text: "CV"
- file: impressum.qmd
aria-label: Impressum
- icon: github
href: https://github.com/jfeldhege/
aria-label: GitHub Profile
- icon: linkedin
url: "https://www.linkedin.com/in/johannes-feldhege/"
aria-label: Linkedin
- text: "{{< ai google-scholar >}}"
href: "https://scholar.google.com/citations?user=KSmfyO8AAAAJ&hl=de"
- text: "{{< ai researchgate >}}"
href: "https://www.researchgate.net/profile/Johannes-Feldhege"
favicon: "assets/logo.png"
cookie-consent:
type: express
style: headline
palette: light
page-footer:
right: |
Mit {{< fa brands r-project >}} und [Quarto](https://quarto.org/) erstellt.<br>
Source Code auf [{{< fa brands github >}} GitHub]({{< var github-url >}})
execute:
freeze: auto
format:
html:
theme:
light: [flatly, styles.scss]
toc: false
link-external-newwindow: true
link-external-filter: '^(?:http:|https:)\/\/www\.johannesfeldhege\.de\/custom'
editor: source