jekyll-theme-isotc211 0.5.2 → 0.5.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: cff078bf61e79f27f95849d4024e247403d7e4b2735eb095d3f6dfe8f79a5e56
4
- data.tar.gz: c3856acc60d7cbad8ab2ffc286d8d587bd9ba5abb7ef2722a14c07b4391c369c
3
+ metadata.gz: 72f0000e6adb4cc474d8190ea521cb9a5614035fac04db3467894f7abc7f4dd5
4
+ data.tar.gz: b1e8dfc958a5a235f316b8b30b4ab65ec9cfe9a77eb6524f648782e7aa577067
5
5
  SHA512:
6
- metadata.gz: d582b34cbe5315d053cf589823146a5a9ad3c8812fd63cd8101aa7aa7564fc3cd30a8dca82339a45b79a4b2f471128047613bdc43fbb92b4b3deac5cbc5106b9
7
- data.tar.gz: bb6ab2e163ce57fa8bfe589e5122f261e8d17f2905c0732e765b2e7dbcdcc6bed585da63583ffb24158fa6644bc97b840d6fc37d5e154bcd49d9a4313852d793
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 and resource sites such as geolexica.com.
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
@@ -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 %}
@@ -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%;
@@ -32,9 +32,12 @@ body {
32
32
  line-height: 1.15;
33
33
  }
34
34
 
35
+ body {
36
+ font-family: $bodyFontFamily;
37
+ }
38
+
35
39
  body > main {
36
40
  font-size: 18px;
37
- font-family: $bodyFontFamily;
38
41
  @include asciidoc-markup();
39
42
  }
40
43
 
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.2
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.2
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.2
68
+ version: 0.5.3
69
69
  - !ruby/object:Gem::Dependency
70
70
  name: bundler
71
71
  requirement: !ruby/object:Gem::Requirement