jekyll-theme-isotc211 0.5.2 → 0.5.3
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 +4 -4
- data/README.md +2 -1
- data/_includes/head.html +10 -0
- data/_layouts/default.html +0 -10
- data/_sass/jekyll-theme-isotc211.scss +5 -0
- data/_sass/main.scss +4 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 72f0000e6adb4cc474d8190ea521cb9a5614035fac04db3467894f7abc7f4dd5
|
|
4
|
+
data.tar.gz: b1e8dfc958a5a235f316b8b30b4ab65ec9cfe9a77eb6524f648782e7aa577067
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: '0458443a0242fc872d4f20658b0eebc2b81cffa25eb378b1d180ea0deb9240bc302acbf36e90d9d3833dce727469847d8baa697c2413f758b1a50a6990ba044b'
|
|
7
|
+
data.tar.gz: 48c82e8f6db050466c819bced679e5bf3be7f2e674ed1f5a8a3c36826ec959367ecaeba9687d14570dd99cc1af2d3f818853e3608d2ca8d6ad6b78dd9bb5a588
|
data/README.md
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
# ISO/TC211 theme by Ribose
|
|
2
2
|
|
|
3
3
|
This is a theme used across ISO/TC211 sites powered by Ribose,
|
|
4
|
-
including www.isotc211.org
|
|
4
|
+
including https://www.isotc211.org
|
|
5
|
+
and resource sites such as https://geolexica.org/, https://def.isotc211.org/.
|
|
5
6
|
|
|
6
7
|
|
|
7
8
|
## Configuring site
|
data/_includes/head.html
CHANGED
|
@@ -18,6 +18,16 @@
|
|
|
18
18
|
|
|
19
19
|
<link rel="canonical" href="{{ page.url | replace: 'index.html', '' | relative_url }}" />
|
|
20
20
|
|
|
21
|
+
{% assign extra_stylesheets = page.extra_stylesheets | default: layout.extra_stylesheets %}
|
|
22
|
+
{% if extra_stylesheets %}
|
|
23
|
+
{% for ss in extra_stylesheets %}
|
|
24
|
+
<link rel="stylesheet"
|
|
25
|
+
href="{{ ss.href }}"
|
|
26
|
+
{% if ss.integrity %}integrity="{{ ss.integrity }}"{% endif %}
|
|
27
|
+
{% if ss.crossorigin %}crossorigin="{{ ss.crossorigin }}"{% endif %}>
|
|
28
|
+
{% endfor %}
|
|
29
|
+
{% endif %}
|
|
30
|
+
|
|
21
31
|
{% if site.font_awesome_kit_url %}
|
|
22
32
|
<script src="{{ site.font_awesome_kit_url }}"></script>
|
|
23
33
|
{% endif %}
|
data/_layouts/default.html
CHANGED
|
@@ -157,16 +157,6 @@
|
|
|
157
157
|
|
|
158
158
|
<script src="{{ "/assets/js/nav.js" | relative_url }}"></script>
|
|
159
159
|
|
|
160
|
-
{% assign extra_stylesheets = page.extra_stylesheets | default: layout.extra_stylesheets %}
|
|
161
|
-
{% if extra_stylesheets %}
|
|
162
|
-
{% for ss in extra_stylesheets %}
|
|
163
|
-
<link rel="stylesheet"
|
|
164
|
-
href="{{ ss.href }}"
|
|
165
|
-
{% if ss.integrity %}integrity="{{ ss.integrity }}"{% endif %}
|
|
166
|
-
{% if ss.crossorigin %}crossorigin="{{ ss.crossorigin }}"{% endif %}>
|
|
167
|
-
{% endfor %}
|
|
168
|
-
{% endif %}
|
|
169
|
-
|
|
170
160
|
{% assign extra_scripts = page.extra_scripts | default: layout.extra_scripts %}
|
|
171
161
|
{% if extra_scripts %}
|
|
172
162
|
{% for sc in extra_scripts %}
|
|
@@ -116,6 +116,11 @@ body.resource {
|
|
|
116
116
|
}
|
|
117
117
|
}
|
|
118
118
|
|
|
119
|
+
// Fix style clashes with Blueprint
|
|
120
|
+
.bp3-tree {
|
|
121
|
+
font-family: -apple-system, "BlinkMacSystemFont", "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Open Sans", "Helvetica Neue", "Icons16", sans-serif
|
|
122
|
+
}
|
|
123
|
+
|
|
119
124
|
.browser {
|
|
120
125
|
max-width: 300px;
|
|
121
126
|
font-size: 84%;
|
data/_sass/main.scss
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: jekyll-theme-isotc211
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.5.
|
|
4
|
+
version: 0.5.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Ribose Inc.
|
|
@@ -58,14 +58,14 @@ dependencies:
|
|
|
58
58
|
requirements:
|
|
59
59
|
- - "~>"
|
|
60
60
|
- !ruby/object:Gem::Version
|
|
61
|
-
version: 0.5.
|
|
61
|
+
version: 0.5.3
|
|
62
62
|
type: :runtime
|
|
63
63
|
prerelease: false
|
|
64
64
|
version_requirements: !ruby/object:Gem::Requirement
|
|
65
65
|
requirements:
|
|
66
66
|
- - "~>"
|
|
67
67
|
- !ruby/object:Gem::Version
|
|
68
|
-
version: 0.5.
|
|
68
|
+
version: 0.5.3
|
|
69
69
|
- !ruby/object:Gem::Dependency
|
|
70
70
|
name: bundler
|
|
71
71
|
requirement: !ruby/object:Gem::Requirement
|