-
Notifications
You must be signed in to change notification settings - Fork 9
/
_config.yml
79 lines (65 loc) · 1.52 KB
/
_config.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
title: digital-work lab
description: The digital-work lab handbook
theme: just-the-docs
baseurl: "/handbook"
url: "https://digital-work-lab.github.io"
repository: digital-work-lab/handbook
gh_edit_link: true
gh_edit_link_text: 'Help improve this page'
gh_edit_repository: 'https://github.com/digital-work-lab/handbook'
gh_edit_branch: 'main'
gh_edit_view_mode: 'tree'
search:
focus_shortcut_key: 'k'
mermaid:
version: "11.4.0"
plugins:
- "jekyll-github-metadata"
- "jekyll-redirect-from"
enable_copy_code_button: true
logo: "/assets/images/digital-work-lab.png"
callouts:
important:
title: Important
color: red
warning:
title: Warning
color: red
highlight:
color: yellow
info:
title: Info
color: yellow
objective:
title: Learning objective
color: blue
news:
title: 🎉 News
color: blue
resource:
title: 🌐 Connected resources
color: blue
collections:
projects:
sort_by: status
output: true
permalink: /docs/20-research/25-projects/:name.html
repos:
sort_by: name
output: true
permalink: /docs/10-lab/18-resources/:name.html
news:
sort_by: date
output: true
permalink: /docs/10-lab/:name.html
courses:
output: true
sort_by: semester
permalink: /docs/30-teaching/32_courses/:name.html
aux_links:
"Website":
- "https://www.uni-bamberg.de/digital-work/"
"Repository":
- "https://github.com/digital-work-lab/handbook"
"Improvement":
- "https://github.com/digital-work-lab/handbook/issues"