generated from maehr/open-research-data-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_quarto.yml
69 lines (64 loc) · 1.64 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
project:
type: website
website:
title: Städte bauen, Gesellschaft formen
favicon: android-chrome-512x512.png
open-graph: true
twitter-card: true
site-url: https://mtwente.github.io/geschichtstage25/
repo-url: https://github.com/mtwente/geschichtstage25/
issue-url: https://github.com/mtwente/geschichtstage25/issues/new/choose
repo-actions: [source, edit, issue]
repo-link-target: _blank
page-navigation: true
bread-crumbs: true
back-to-top-navigation: true
search:
show-item-context: true
type: overlay
navbar:
logo: android-chrome-512x512.png
logo-alt: ''
title: Geschichtstage 2025
tools:
- icon: github
url: https://github.com/mtwente/geschichtstage25/
left:
- text: Panel
href: docs/panel.qmd
- text: Beiträge
href: docs/paper.qmd
- text: Über
href: docs/about.qmd
sidebar:
contents:
- section: Kleingedrucktes
contents:
- text: Readme
href: docs/readme.qmd
- text: Changelog
href: CHANGELOG.md
- text: Verhaltenskodex
href: CODE_OF_CONDUCT.md
- text: Änderungsvorschläge
href: CONTRIBUTING.md
- text: Lizenz (Inhalte)
href: LICENSE-CCBY.md
- text: Lizenz (Code)
href: LICENSE-AGPL.md
- text: Sicherheit
href: SECURITY.md
format:
html:
toc: true
theme:
light: cosmo
code-copy: true
code-overflow: wrap
link-external-newwindow: true
css: styles.css
mainfont: Jost
fontcolor: '#181818'
linkcolor: '#3961AA'
freeze: true
editor: visual