generated from maehr/open-research-data-template
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_quarto.yml
67 lines (62 loc) · 1.55 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
project:
type: website
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: https://www.dh.unibe.ch/dienstleistungen/index_ger.html
- text: About us
href: https://www.dh.unibe.ch/about_us/team/index_eng.html
sidebar:
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
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