-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_config.yml
42 lines (37 loc) · 1 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
# Site settings
title: Data Week Leipzig 2024
email: [email protected]
baseurl: ""
url: "https://2024.dataweek.de"
rootResource: "<https://2024.dataweek.de/>"
translations:
de: "<https://2024.dataweek.de/>"
en: "<https://2024.dataweek.de/en/>"
language: de
twitter_username: DataWeekLeipzig
stream_a: "!dFHhDmvNTjsDdFleJx:matrix.org"
stream_b: "!LafTJWUTrJHTvUtfqi:matrix.org"
# Build settings
permalink: /:year/:month/:day/:title
timezone: Europe/Berlin
markdown: kramdown
kramdown:
parse_block_html: true
plugins:
- jekyll-rdf
exclude:
- Gemfile
- Gemfile.lock
- src
- todo.md
- Taskfile.yml
- README.md
- docu
jekyll_rdf:
path: "graph.nt"
restriction: "SELECT ?resourceUri WHERE { ?resourceUri ?p ?o . FILTER regex(str(?resourceUri), \"^https://2024.dataweek.de\") }"
default_template: default.html
class_template_mappings:
"https://dataweek.de/#ProgramView" : "program_view.html"
"https://dataweek.de/#MovedResource" : "moved.html"
"http://schema.org/Event" : "event.html"