-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
50 lines (46 loc) · 2.08 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
# Welcome to Jekyll!
#
# This config file is meant for settings that affect your whole blog, values
# which you are expected to set up once and rarely need to edit after that.
# For technical reasons, this file is *NOT* reloaded automatically when you use
# 'jekyll serve'. If you change this file, please restart the server process.
# Site settings
title: AKSW-Test-Page
email: [email protected]
description: > # this means to ignore newlines until "baseurl:"
Write an awesome description for your new site here. You can edit this
line in _config.yml. It will appear in your document head meta (for
Google search results) and in your feed.xml site description.
baseurl: "" # the subpath of your site, e.g. /blog
url: "http://yourdomain.com" # the base hostname & protocol for your site
twitter_username: jekyllrb
github_username: jekyll
# Build settings
markdown: kramdown
gems:
- jekyll-rdf
jekyll_rdf:
path: "rdf-data/aksw.ttl"
language: "en"
include_blank: true
restriction: "SELECT ?resourceUri WHERE { ?resourceUri ?p ?o}"
default_template: "rdf_index.html"
instance_template_mappings:
"https://www.my.dummy.resource.com/DummyX": "myCustomTestTemplate.html"
"http://www.ifi.uio.no/INF3580/simpsons#Abraham": "abraham.html"
"http://aksw.org/": "aksw.org.html"
"http://aksw.org/About" : "aksw.org.about.html"
"http://aksw.org/Team" : "aksw.org.team.html"
"http://aksw.org/Groups" : "aksw.org.groups.html"
"http://aksw.org/Projects" : "aksw.org.projects.html"
"http://aksw.org/Events" : "aksw.org.events.html"
"http://aksw.org/Presentations" : "aksw.org.talks.html"
"http://aksw.org/Partners" : "aksw.org.partners.html"
"http://aksw.org/Publications" : "aksw.org.publications.html"
"http://aksw.org/Teaching" : "aksw.org.teaching.html"
"http://aksw.org/Contact" : "aksw.org.contacts.html"
"http://aksw.org/Imprint" : "aksw.org.imprint.html"
"http://xmlns.com/foaf/0.1/Person" : "personMetaData.html"
class_template_mappings:
"http://xmlns.com/foaf/0.1/Person" : "person.html"
"http://aksw.org/StudentWorker" : "personStud.html"