jekyll-theme-isotc211 0.1.1 → 0.1.2

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
- SHA256:
3
- metadata.gz: 350a60879cb25f53154fe1654751b9d4f3ceed813a29082037c6985c4bc01f76
4
- data.tar.gz: cc9ea8509f0ecc178f0b50e4968b1a19e70fffd681087febbdea1a35f54fb68c
2
+ SHA1:
3
+ metadata.gz: dfcb440fd958cc55b447eed66fa011ffb0bc3b9d
4
+ data.tar.gz: f8bb4cba01989b201463d84b15d334549ddbebc2
5
5
  SHA512:
6
- metadata.gz: 45a6bdc607f9dcc1ce1d1d44bd8757148322154534afc710e4247dc7ddfee6f44759cabbd07ce9bbaacef0e9a7e4e04bd370f03f63a8efe339cc07cee1a165d1
7
- data.tar.gz: 42974920eb2736c26277b787a75a599ed830510a38567a859deb6072a1482f29d8d66c3922ad3b86bd3bfe2ee5ede4c8dbce08f12b88b0df1635edd368041be0
6
+ metadata.gz: f47f2b5b32970d9d75733871811f0d6aa45d361f437b3ef131b335eeac17101b918d8b0e6c9ef77d80fd1bddb72e6bbca863135f7e6d37a7df07161f849af5f3
7
+ data.tar.gz: 027213a4cf6bfc2886849fdabc55acc1f0706df343e5755b6e3c4508c6aecbc2bb60b3996ae48b16b0671b4119e7f2a175acfa80401271afcf7c95b62ea1d5e9
data/README.md CHANGED
@@ -7,7 +7,7 @@ including www.isotc211.org and resource sites such as geolexica.com.
7
7
  ## Contributing
8
8
 
9
9
  Bug reports and pull requests are welcome on GitHub
10
- at https://github.com/riboseinc/jekyll-theme-open-project.
10
+ at https://github.com/riboseinc/jekyll-theme-isotc211.
11
11
 
12
12
  This project is intended to be a safe, welcoming space for collaboration,
13
13
  and contributors are expected to adhere
@@ -50,8 +50,8 @@ of this repo and have a Jekyll site using this theme:
50
50
  1. For the Jekyll site, change Gemfile to point to local copy
51
51
  of the theme (the root of this repo) and run `bundle`.
52
52
 
53
- For example, you’d change `gem "jekyll-theme-open-project", "~> 1.0.6"`
54
- to `gem "jekyll-theme-open-project", :path => "../jekyll-theme-open-project"`.
53
+ For example, you’d change `gem "jekyll-theme-isotc211"`
54
+ to `gem "jekyll-theme-isotc211", :path => "../jekyll-theme-isotc211"`.
55
55
  The relative path assumes your site root and theme root are sibling directories.
56
56
 
57
57
  2. Run `bundle exec jekyll serve` to start Jekyll’s development server.
@@ -67,7 +67,7 @@ of this repo and have a Jekyll site using this theme:
67
67
 
68
68
  5. (To later bump the site to this latest version: revert the Gemfile change,
69
69
  update theme dependency version to the one you’ve just released,
70
- run `bundle --full-index` to update lockfile properly,
70
+ run `bundle --full-index` to update the lockfile,
71
71
  and your site is ready to go.)
72
72
 
73
73
  #### Releasing
@@ -84,16 +84,6 @@ so use good judgement and thorough manual testing.
84
84
  * Creates new version tag in this repository
85
85
  * Pushes changes to GitHub
86
86
 
87
- #### Testing with build script (TBD)
88
-
89
- May not work at the moment — see #26. Please use the other test option.
90
-
91
- To check your theme, run:
92
-
93
- ./develop/build
94
-
95
- It’ll build Jekyll site and run some checks, like HTML markup validation.
96
-
97
87
 
98
88
  ## License
99
89
 
@@ -14,8 +14,7 @@
14
14
  <h1>{{ site.title }}</h1>
15
15
  <p>
16
16
  <span class="description">
17
- The authoritative
18
- geographic information terminology database
17
+ {{ site.tagline }}
19
18
  </span>
20
19
  <span class="committee">
21
20
  from ISO/TC 211
@@ -29,170 +29,5 @@ body.home {
29
29
  }
30
30
  }
31
31
  }
32
-
33
- > .browse-concepts {
34
- flex-shrink: 0;
35
-
36
- display: flex;
37
- flex-flow: column nowrap;
38
- align-items: flex-start;
39
-
40
- background: rgba(white, 0.8);
41
-
42
- input.search-string,
43
- a.browse-concepts {
44
- background-color: #f7f7f7;
45
- padding: .5em .75em;
46
- border-radius: .5em;
47
- border: 0;
48
- cursor: pointer;
49
- }
50
-
51
- .section-title {
52
- span {
53
- white-space: nowrap;
54
- margin-right: 1em;
55
- }
56
- a {
57
- white-space: nowrap;
58
- text-transform: none;
59
- font-size: 90%;
60
- }
61
- }
62
-
63
- a.browse-concepts {
64
- text-decoration: none;
65
- background: $linkColor;
66
- color: $linkColorInverse;
67
- }
68
-
69
- .search-controls {
70
- flex-shrink: 0;
71
-
72
- display: flex;
73
- flex-flow: row wrap;
74
- align-items: center;
75
- margin-bottom: 1em;
76
-
77
- input.search-string {
78
- margin-right: 1em;
79
- margin-left: -.5em;
80
- }
81
-
82
- .refine {
83
- display: flex;
84
- flex-flow: row wrap;
85
- align-items: center;
86
-
87
- > * {
88
- display: flex;
89
- flex-flow: row nowrap;
90
- align-items: center;
91
- }
92
-
93
- input[type=checkbox], label {
94
- cursor: pointer;
95
- }
96
- }
97
- }
98
-
99
- .search-results {
100
- flex: 1;
101
- align-self: stretch;
102
- overflow: auto;
103
-
104
- padding-bottom: 1em;
105
-
106
- table {
107
- width: 100%;
108
- font-size: 90%;
109
-
110
- tr.main {
111
- font-weight: bold;
112
- td {
113
- border-top: 2px solid #f0f0f0;
114
- }
115
- &:first-child td {
116
- border-top: 0;
117
- }
118
- }
119
-
120
- td, th {
121
- padding: .5em;
122
- &:nth-child(1) { // ID
123
- width: 3.5em;
124
- }
125
- &:nth-child(2) { // Language
126
- width: 3em;
127
- }
128
- }
129
-
130
- th {
131
- background: #f7f7f7;
132
- font-weight: bold;
133
- text-align: left;
134
- }
135
-
136
- td {
137
- a {
138
- text-decoration: none;
139
- }
140
- }
141
- }
142
- }
143
- }
144
- }
145
-
146
- &.browser-expandable {
147
- > main {
148
- > .browse-concepts {
149
- .section-title {
150
- display: flex;
151
- flex-flow: row wrap;
152
- align-items: center;
153
-
154
- button.toggle {
155
- background: transparent;
156
- border: 0;
157
- cursor: pointer;
158
- }
159
- }
160
- }
161
- }
162
- }
163
-
164
- &.browser-expanded {
165
- > header {
166
- margin-top: -1em;
167
- padding-bottom: 0;
168
-
169
- .site-title .description {
170
- transition: width .5s linear;
171
- width: 0;
172
- height: 0;
173
- overflow: hidden;
174
- display: inline-block;
175
- }
176
- }
177
- > main {
178
- flex-shrink: 1;
179
- min-height: 300px;
180
- // ^^ value out of thin air approximating minimally acceptable main height,
181
- // otherwise on very short viewports footer overlaps main due to its flex-shrink: 1,
182
- // which we want to restrict main height to viewport so that search results
183
- // can be scrolled within their own div.
184
- // Another (better?) solution could be to scope flex-shrink: 1
185
- // to tall enough viewports with a media query.
186
-
187
- > section.browse-concepts {
188
- flex-shrink: 1;
189
- min-height: 256px;
190
- padding-bottom: 0;
191
- }
192
- > section.news {
193
- display: none;
194
- }
195
- }
196
32
  }
197
33
  }
198
-
@@ -1,3 +1,5 @@
1
+ @import url('https://fonts.googleapis.com/css?family=Tienne:400,700');
2
+
1
3
  $bodyFontFamily: Helvetica, sans-serif;
2
4
  $bigscreenBreakpoint: 900px;
3
5
  $logoOffset: 112px;
@@ -44,5 +46,3 @@ html {
44
46
  @import 'offsets';
45
47
  @import 'main';
46
48
  @import 'home';
47
- @import 'concepts';
48
- @import 'concept';
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.1.1
4
+ version: 0.1.2
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-01-21 00:00:00.000000000 Z
11
+ date: 2019-01-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -58,14 +58,14 @@ dependencies:
58
58
  requirements:
59
59
  - - "~>"
60
60
  - !ruby/object:Gem::Version
61
- version: '1.16'
61
+ version: '2.0'
62
62
  type: :development
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: '1.16'
68
+ version: '2.0'
69
69
  - !ruby/object:Gem::Dependency
70
70
  name: rake
71
71
  requirement: !ruby/object:Gem::Requirement
@@ -148,7 +148,7 @@ files:
148
148
  - assets/logo-iso-noninverted.svg
149
149
  - assets/logo-iso.svg
150
150
  - assets/logo-ribose.svg
151
- homepage: https://github.com/riboseinc/jekyll-theme-isotc211/
151
+ homepage: https://github.com/iso-tc211/jekyll-theme-isotc211/
152
152
  licenses:
153
153
  - MIT
154
154
  metadata: {}
@@ -168,7 +168,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
168
168
  version: '0'
169
169
  requirements: []
170
170
  rubyforge_project:
171
- rubygems_version: 2.7.6
171
+ rubygems_version: 2.6.14.1
172
172
  signing_key:
173
173
  specification_version: 4
174
174
  summary: ISO/TC 211 Jekyll theme