-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy path_quarto.yml
More file actions
78 lines (73 loc) · 2.19 KB
/
_quarto.yml
File metadata and controls
78 lines (73 loc) · 2.19 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
project:
type: website
resources:
- content/intro-lecture/quiz/questions.json
- content/intro-lecture/quiz/exam-questions.h5p
website:
title: dhbern.github.io
# favicon: logo.png
open-graph: true
twitter-card: true
site-url: https://dhbern.github.io/
repo-url: https://github.com/DHBern/dhbern.github.io/
issue-url: https://github.com/DHBern/dhbern.github.io/issues/new/choose
repo-actions: [edit, issue]
page-navigation: true
bread-crumbs: false
back-to-top-navigation: true
search:
show-item-context: true
type: overlay
navbar:
title: Digital Humanities
tools:
- icon: github
url: https://github.com/DHBern/dhbern.github.io/
left:
- text: Studies
href: https://www.dh.unibe.ch/studium/index_ger.html
- text: Research
href: content/projects/index.qmd
- text: Services
href: content/services/index.qmd
- text: About us
href: https://www.dh.unibe.ch/about_us/team/index_eng.html
page-footer:
left: '[Digital Humanities, University of Bern](https://www.dh.unibe.ch/)'
center: '[digitalhumanities@unibe.ch](mailto:digitalhumanities@unibe.ch) · [GitHub](https://github.com/DHBern) · [X](https://x.com/dh_unibe) · [LinkedIn](https://www.linkedin.com/school/university-of-bern/)'
right: '[News](/#blog) · [Events](/#events) · [Projects](/content/projects/index.qmd) · [Services](/content/services/index.qmd)'
sidebar:
logo: ''
style: 'docked'
collapse-level: 1
contents:
- text: Blog
href: /
- text: Events
href: /#events
- text: Projects
href: content/projects/index.qmd
contents: content/projects/*/index.qmd
- text: Services
href: content/services/index.qmd
contents: content/services/*/index.qmd
format:
html:
toc: true
toc-location: right
theme:
- brand
- custom.scss
code-copy: true
code-overflow: wrap
citations-hover: true
crossrefs-hover: true
css: styles.css
link-external-icon: true
link-external-newwindow: true
include-in-header:
- custom-header.html
page-layout: full
license: CC BY-SA 4.0
freeze: auto
editor: visual