jekyll-theme-jod 0.1.0 → 0.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 20cef60fae47f59c2fa7645076ef681f8a7f8d21
4
- data.tar.gz: e137512a3174bd2dfe9c5e3912f331e5df362439
3
+ metadata.gz: 58d3625adaaebfaea6fdc2f68693bac18417bb8e
4
+ data.tar.gz: 172be23a8f185b673709b9b78f9b66f9d310ef92
5
5
  SHA512:
6
- metadata.gz: c90159399e5129bcb83c3aa5a17431c27ce6d6ce928eff10f0c59bc46b06891eef9614e389c9303babbb09ea36fd7e2fce740e8cfc26b60bba7ad87ecf281936
7
- data.tar.gz: ab0fb6db49ccf7fc62572f84786b58cc6f74ba675ea1333ebd8c2332efc3766166f0143ad24f8e51f1c896b5347152d51c7ea83cd7109cdd7d33fc0f8d0cd3dd
6
+ metadata.gz: 9f392581636ebb92e0ced389172679924e0f7a8b18b99e0e56db877f5bfa33d459e67fd85b6f8f2c7922f711dbb42a29035b0e3601dec43abcb6a7e8c1820e78
7
+ data.tar.gz: 9cd7b9b0f6399e8e69296cff3ed029314cdbd43110edc22a6b99cf20c382166d6b6276b57b428afa4fa6b762e55a58a6c58a2512a0d928b203b23b9102b358ee
File without changes
@@ -1,7 +1,7 @@
1
1
  <!doctype html>
2
2
  <html lang="en">
3
3
  <head>
4
- <title>Hello, world!</title>
4
+ <title>{{ page.title }}</title>
5
5
  <!-- Required meta tags -->
6
6
  <meta charset="utf-8">
7
7
  <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
@@ -1,10 +1,10 @@
1
1
  ---
2
2
  layout: default
3
- rdf_prefix_path: "assets/prefixes.pref"
3
+ rdf_prefix_path: "_data/prefixes.pref"
4
4
  ---
5
5
  {% assign classesQuery = '
6
6
  SELECT DISTINCT ?subject
7
- WHERE
7
+ WHERE
8
8
  {
9
9
  ?subject a ?class .
10
10
  FILTER ( ?class IN (owl:Class, rdfs:Class) )
@@ -15,7 +15,7 @@ rdf_prefix_path: "assets/prefixes.pref"
15
15
 
16
16
  {% assign countClassQuery = '
17
17
  SELECT DISTINCT (COUNT(?subject) as ?classes)
18
- WHERE
18
+ WHERE
19
19
  {
20
20
  ?subject a ?class .
21
21
  FILTER ( ?class IN (owl:Class, rdfs:Class) )
@@ -26,7 +26,7 @@ rdf_prefix_path: "assets/prefixes.pref"
26
26
 
27
27
  {% assign objectPropertiesQuery = '
28
28
  SELECT DISTINCT ?subject
29
- WHERE
29
+ WHERE
30
30
  {
31
31
  ?subject a ?class .
32
32
  FILTER ( ?class IN (owl:ObjectProperty) )
@@ -37,7 +37,7 @@ rdf_prefix_path: "assets/prefixes.pref"
37
37
 
38
38
  {% assign countObjectPropertiesQuery = '
39
39
  SELECT DISTINCT (COUNT(?subject) as ?objectProperties)
40
- WHERE
40
+ WHERE
41
41
  {
42
42
  ?subject a ?class .
43
43
  FILTER ( ?class IN (owl:ObjectProperty) )
@@ -48,7 +48,7 @@ rdf_prefix_path: "assets/prefixes.pref"
48
48
 
49
49
  {% assign datatypePropertiesQuery = '
50
50
  SELECT DISTINCT ?subject
51
- WHERE
51
+ WHERE
52
52
  {
53
53
  ?subject a ?class .
54
54
  FILTER ( ?class IN (owl:DatatypeProperty) )
@@ -59,7 +59,7 @@ rdf_prefix_path: "assets/prefixes.pref"
59
59
 
60
60
  {% assign countDatatypePropertiesQuery = '
61
61
  SELECT DISTINCT (COUNT(?subject) as ?datatypeProperties)
62
- WHERE
62
+ WHERE
63
63
  {
64
64
  ?subject a ?class .
65
65
  FILTER ( ?class IN (owl:DatatypeProperty) )
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  layout: default
3
- rdf_prefix_path: "assets/prefixes.pref"
3
+ rdf_prefix_path: "_data/prefixes.pref"
4
4
  ---
5
5
  resource
6
6
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-theme-jod
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - ''
@@ -74,6 +74,7 @@ extensions: []
74
74
  extra_rdoc_files: []
75
75
  files:
76
76
  - README.md
77
+ - _data/prefixes.pref
77
78
  - _includes/class-card.html
78
79
  - _includes/internal-link.html
79
80
  - _includes/label.html
@@ -83,7 +84,6 @@ files:
83
84
  - _layouts/default.html
84
85
  - _layouts/ontology.html
85
86
  - _layouts/resource.html
86
- - assets/prefixes.pref
87
87
  homepage: https://github.com/eccenca/jod
88
88
  licenses:
89
89
  - MIT