-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_quarto.yml
More file actions
80 lines (74 loc) · 1.96 KB
/
_quarto.yml
File metadata and controls
80 lines (74 loc) · 1.96 KB
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
project:
type: website
output-dir: _site
resources:
- images/**
resource-path:
- images
- .
website:
title: "your title"
site-url: https://your-github-name.github.io/your-repo
repo-url: https://github.com/your-github-name/your-repo
repo-actions: [] # [source, issue, edit] bei Bedarf manuell setzen
page-navigation: true
bread-crumbs: false
open-graph: true
image: images/banner.png
page-footer:
center: |
your organisation (<span class="year"></span>) —
<a class="impressum-link" href="#">Impressum</a>
search:
location: navbar
type: textbox
navbar:
background: primary
foreground: light
logo: images/logooil.jpg
left:
- icon: question-square-fill
text: FAQ
href: base/faq.qmd
right:
- icon: chat-left-text-fill
text: Interne Lernplattform
href: https://www.ilias.uni-koeln.de/ilias/login.php?client_id=uk&cmd=force_login&lang=de
sidebar:
pinned: true
align: center
style: docked
contents: auto
# collapse-level: 1
# contents:
# - section: "Willkommen"
# contents:
# - index.qmd
# - base/about.qmd
# - text: "---"
# - section: "Kurs-Sitzungen"
# contents:
# - section: "Sitzung 1"
# contents:
# - session-1/sitzung-1-01.qmd
# - section: "Sitzung 2"
# contents:
# - session-2/sitzung-2-01.qmd
# - session-2/sitzung-2-02.qmd
#
format:
html:
theme:
light: [lumen]
# __DARK_THEME_LINE__ # ← wird vom configure-Script ersetzt
css: css/styles.css
toc: true
code-copy: true
code-background: true
link-external-icon: false
link-external-newwindow: true
link-external-filter: '^(?:http:|https:)\/\/www\.quarto\.org\/custom'
md-extensions: +fenced_divs+bracketed_spans+link_attributes
include-after-body:
- "includes/_footer-year.html"
lang: de