-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
38 lines (36 loc) · 926 Bytes
/
_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
# Site settings
title: LSWT2019
email:
description: ""
baseurl: ""
url: "https://lswt2019.aksw.org"
rootResource: "<https://lswt2019.aksw.org/>"
translations:
de: https://lswt2019.aksw.org/
en: https://lswt2019.aksw.org/en/
twitter_username: akswgroup
github_username: aksw
# Build settings
permalink: /:year/:month/:day/:title
timezone: Europe/Berlin
markdown: kramdown
kramdown:
parse_block_html: true
# Build settings
#theme: minima
plugins:
- jekyll-rdf
exclude:
- Gemfile
- Gemfile.lock
- node_modules
- package.json
- package-lock.json
- webpack.config.js
- src
jekyll_rdf:
path: "graph.nt"
restriction: "SELECT ?resourceUri WHERE { ?resourceUri ?p ?o . FILTER regex(str(?resourceUri), \"https://lswt2019.aksw.org/\") }"
class_template_mappings:
"http://purl.org/dc/terms/BibliographicResource" : "publication.html"
"http://xmlns.com/foaf/0.1/Document" : "page.html"