-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
34 lines (32 loc) · 1.27 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
# Site settings
title: Open Hebrew
email:
description: ""
baseurl: "/JekyllPage"
url: "https://mmoon-project.github.io"
pingback_to: "https://pingback.feedback.aksw.org/"
pingback_service: "https://pingback.feedback.aksw.org/"
resourcehostingservice: "https://resource.feedback.aksw.org/"
# Build settings
markdown: kramdown
kramdown:
parse_block_html: true
# Build settings
#theme: minima
plugins:
- jekyll-rdf
exclude:
- Gemfile
- Gemfile.lock
- provisioning
jekyll_rdf:
baseiri: "http://mmoon.org/lang/heb"
#path: "_data/heb_inventory.ttl"
remote:
endpoint: http://localhost:3030/openhebrew/query
restriction: "SELECT ?resourceUri WHERE { ?resourceUri ?p ?o . { ?resourceUri a <http://mmoon.org/lang/heb/schema/oh/Lexeme> } UNION { ?resourceUri a <http://mmoon.org/lang/heb/schema/oh/PrimaryRoot> } UNION { ?resourceUri a <http://mmoon.org/lang/heb/schema/oh/Binyan> } UNION { ?resourceUri a <http://mmoon.org/mmoon/core/Word> } FILTER regex(str(?resourceUri), \"http://mmoon.org/lang/heb/\") }"
class_template_mappings:
"http://mmoon.org/lang/heb/schema/oh/Lexeme" : "lexeme"
"http://mmoon.org/lang/heb/schema/oh/Root" : "root"
"http://mmoon.org/lang/heb/schema/oh/Binyan" : "binyan"
"http://mmoon.org/mmoon/core/Word" : "word"