-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_quarto.yml
79 lines (69 loc) · 2.04 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
project:
type: website
output-dir: _docs
website:
page-navigation: true
title: "AM 1 <br> Populismusforschung"
description: "Homepage "
repo-url: https://github.com/jasminskoenig/AM1-populism.git
repo-actions: [edit, issue]
open-graph: true
twitter-card:
creator: "@jasminskoenig"
image: "images/twitter-card.png"
sidebar:
background: "#CEB7BB" # Thistle
logo: "images/logo.png"
pinned: true
align: center
tools:
- icon: github
href: https://github.com/jasminskoenig/AM1-populism.git
text: "GitHub Website"
- icon: person-fill
href: https://www.jasminskoenig.com
text: "Jasmin Homepage"
- icon: camera-video-fill
href: https://uni-hamburg.zoom.us/j/65339868930?pwd=TWNFZm9TcFN5cHdTZDhweTZuQWFXdz09
text: "Zoom"
style: docked
search: true
collapse-level: 1
contents:
- section: "Kursinformationen"
contents:
- href: course-overview.qmd
text: Allgemeines
- href: index.qmd
text: Syllabus
- href: lektuere.qmd
text: Lektüre
- href: course-links.qmd
text: Hilfreiche Links
- href: course-faq.qmd
text: FAQ
- href: sprechstunde.qmd
text: Kontakt
- section: "Credits"
contents:
- href: studienleistung.qmd
text: Studienleistung
- href: hausarbeit.qmd
text: Hausarbeit
page-footer:
right: "This page is built with a template by <a href='https://mine-cr.com/' style='color:#689295;'>Mine Çetinkaya-Rundel</a> with 💛 and [Quarto](https://quarto.org/)."
left: "© Copyright 2023, Jasmin Sarah König"
background: "#CEB7BB" # Rose Quartz
format:
html:
theme:
light: [cosmo, style/am1.scss]
dark: [cosmo, style/am1.scss, style/dark.scss]
linkcolor: "#689295" # Blue (Munsell)
toc: true
code-copy: true
code-overflow: wrap
mainfont: "Atkinson Hyperlegible"
execute:
freeze: auto
editor: visual