jekyll-theme-isotc211 0.5.8 → 0.5.9

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/_config.yml +13 -0
  3. data/_includes/copyright.html +6 -8
  4. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2934cf46bc82a3d94bb774f97ac6b37330e5fe6d720597d4da8fe5e0fe5172ab
4
- data.tar.gz: 1a5e05de82eb820518b342eae3f201f6cc28c6882d4e7ea17e5c58111da1a714
3
+ metadata.gz: 6a97ab90aa68b7a0a1be2b559322d789da9df61e33d0a98c2bd37ec4c81a1221
4
+ data.tar.gz: ba0c76651e5ea1393f00be92c855a7b5910437982c01dcad18c6c91957bc180e
5
5
  SHA512:
6
- metadata.gz: aa4e96957ced65240b8f36398970a03e63cea8ba14e2a535d3b2434cd83192be5084260d58f4212f2ba769b15786ce973050bfea6a3950aac2ea7dfd109034f7
7
- data.tar.gz: 669e7cc6ff36bacccd02a1adaeae558544658fde36d0bb94dbacbc6fd699c996ee369c279eea40cba503b6e395b3ec02b4ef6a3119465ea710b975e3a4050e95
6
+ metadata.gz: ab7be9ae97a0da72b3c2057e82c0d36d5d92e7141930063f1606e3e17e0927ebf882d54529bc78ddc10950f74ccfdd257d08ba9cbbc77e4aecfb71ae572ebe42
7
+ data.tar.gz: bdc1faaba3de5b2b668aa4aaf836c25e577e91e50939d413744c783d15bbd34e9ea293125ff2ff50ca2ce012d9bd3e2174da91b57a67e0a096b6737ae9d385fe
data/_config.yml CHANGED
@@ -19,6 +19,19 @@ permalink: /blog/:month-:day-:year/:title/
19
19
  # google_analytics:
20
20
  # id: UA-XXXXX-Y
21
21
 
22
+ # Used for copyright notice and possibly more.
23
+ org:
24
+ name: International Organization for Standardization
25
+ website:
26
+ url: https://www.iso.org/
27
+ title: www.iso.org
28
+ email: copyright@iso.org
29
+ address: |-
30
+ Chemin de Blandonnet 8
31
+ CP 401
32
+ 1214 Vernier, Geneva
33
+ Switzerland
34
+
22
35
  # Social profile navigation
23
36
  # social:
24
37
  # links:
@@ -1,6 +1,6 @@
1
1
  <div class="copyright">
2
2
  <p class="year">
3
- &#xA9; 2018 ISO/TC 211.
3
+ &#xA9; {{ site.time | date: "%Y" }} {{ site.org.name }}.
4
4
  </p>
5
5
 
6
6
  <p class="message">
@@ -12,15 +12,13 @@
12
12
  </p>
13
13
 
14
14
  <div class="contact-info">
15
- <p class="name">ISO/TC 211</p>
15
+ <p class="name">{{ site.org.name }}</p>
16
16
  <p class="address">
17
- Some place<br />
18
- In beautiful<br />
19
- Geneva<br />
20
- Switzerland<br />
17
+ {{ site.org.address | newline_to_br }}
21
18
  <br />
22
- <a href="mailto:copyright@iso.org">copyright@iso.org</a><br />
23
- <a href="https://www.iso.org">www.iso.org</a>
19
+ <a href="mailto:{{ site.org.email }}">{{ site.org.email }}</a>
20
+ <br />
21
+ <a href="{{ site.org.website.url }}">{{ site.org.website.title }}</a>
24
22
  </p>
25
23
  </div>
26
24
  </div>
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-theme-isotc211
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.8
4
+ version: 0.5.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ribose Inc.
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-10-25 00:00:00.000000000 Z
11
+ date: 2019-12-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -198,7 +198,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
198
198
  - !ruby/object:Gem::Version
199
199
  version: '0'
200
200
  requirements: []
201
- rubygems_version: 3.0.3
201
+ rubygems_version: 3.0.6
202
202
  signing_key:
203
203
  specification_version: 4
204
204
  summary: ISO/TC 211 Jekyll theme