forked from digihistch24/digihistch24.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_quarto.yml
94 lines (89 loc) · 2.49 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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
project:
type: website
website:
title: DigiHistCH24
favicon: logo.png
open-graph: true
twitter-card: true
site-url: https://digihistch24.github.io/
repo-url: https://github.com/digihistch24/digihistch24.github.io/
issue-url: https://github.com/digihistch24/digihistch24.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:
background: '#a5d7d2'
logo-alt: ''
title: '***DigiHistCH24***'
tools:
- icon: github
url: https://github.com/digihistch24/digihistch24.github.io/
target: _blank
left:
- text: Home
href: index.qmd
- text: Book of Abstracts
href: book-of-abstracts.qmd
- text: Conference Program
href: conference-program.qmd
- text: Call for Contributions
href: call-for-contributions.qmd
- text: About
href: about.qmd
sidebar:
style: 'docked'
collapse-level: 1
contents:
- text: Home
href: index.qmd
- section: Book of Abstracts
href: book-of-abstracts.qmd
contents:
- auto: submissions/*/index.qmd
- section: Conference Program
href: conference-program.qmd
contents:
- text: Schedule
href: conference-program/schedule.qmd
- text: Keynote
href: submissions/keynote/index.qmd
- text: Practical Information
href: conference-program/practical-information.qmd
- text: Event Digital History Network
href: conference-program/info-event-digital-history-network-switzerland.qmd
- text: Event SSH ORD
href: conference-program/info-event-ssh-ord.qmd
- section: Call for Contributions
href: call-for-contributions.qmd
contents:
- auto: call-for-contributions/*.qmd
- section: About
href: about.qmd
contents:
- auto: about/*.qmd
format:
html:
link-external-icon: true
link-external-newwindow: true
toc: true
theme:
light: [cosmo, styles.css]
dark: [darkly, theme-dark.css]
code-block-border-left: '#a5d7d2'
code-block-bg: true
code-copy: true
code-fold: true
code-tools: true
code-overflow: wrap
include-in-header:
- custom-header.html
license: CC BY-SA 4.0
page-layout: full
mainfont: Jost
html-math-method: plain
freeze: false
editor: visual