jekyll-scouts_uk_2018 1.4.0 → 1.5.0

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: 0a45ffb25cd0be5a5474e1f6b8f57091087fcf929dc1ade3021baa2a9a0dc99e
4
- data.tar.gz: a72463c1f419e35220dcdf84e5d22c5d41129186c42793e434aaee2d4b9a151a
3
+ metadata.gz: cdd11160c42308b7e24932a7bf2072de596ec3ae18501d1440df8f94c25671db
4
+ data.tar.gz: bff10884547af685e3945c5c26b8238ae6119b7a6d81524296f917f223a6224e
5
5
  SHA512:
6
- metadata.gz: f19b6f37528c81069096f8398f9e10bcb297a9cd6cd25f571a50df460a58e95f263eeca29a0c3dfaf0e3d94dd5c063b5af69d618e7ed33b4e6a05e05f3717e72
7
- data.tar.gz: d5b1ac031c00d506e16b141f2bf616a93268301542721d1f22646a84db9e67017ce4977d3b0d2dadf98b628dd8a1dad027d03dee32a65cc7c1c32c7ac6866551
6
+ metadata.gz: ec132f9d3a86ce595331ec754f59f491aeb78250f62930ba9a5c64ce05eea83b99851a6c2b114134d6374991af2abae9d498eeca7f8a42df122d15f61dfaa2f0
7
+ data.tar.gz: da9efb06cf89f23e716a13bebfd3187375e99dac63738428db4244eb7be6a14ad34bff7e2f45535b8f67ea54e2daf7d21fc391cf24ec3c465f7379a2d1f64be1
data/README.md CHANGED
@@ -124,9 +124,6 @@ Will render an image of Scout Scotland's Youth Approved seal at the passed level
124
124
 
125
125
  In all cases the img has a class of youth-approved-seal and is enclosed by a link to the scheme on Scouts Scotland's website.
126
126
 
127
- #### Ability to display twitter content (provided by [jekyll-twitter-plugin](https://github.com/rob-murray/jekyll-twitter-plugin))
128
-
129
- If a section has a social_links.twitter value and the screen is wide enough then their last five tweets will be displayed at the side of the page.
130
127
  #### Basic search engine optimisation (provided by [jekyll-seo-tag](https://github.com/jekyll/jekyll-seo-tag))
131
128
 
132
129
  #### Selection of images/assets
@@ -1,6 +1,5 @@
1
1
  ---
2
2
  layout: default
3
- main_class: section
4
3
  ---
5
4
 
6
5
  <div id="content">
@@ -21,10 +20,3 @@ main_class: section
21
20
  {%- if page.youth_approved -%}{% youth_approved %}{%- endif -%}
22
21
  </div>
23
22
  </div>
24
-
25
- {%- if page.social_links.twitter -%}
26
- <div id="tweets">
27
- {% assign twitter_url = 'https://twitter.com/' | append: page.social_links.twitter %}
28
- {% twitter twitter_url limit=3 %}
29
- </div>
30
- {%- endif -%}
data/_sass/sections.scss CHANGED
@@ -3,9 +3,9 @@ main.layout-section {
3
3
  flex-direction: row;
4
4
 
5
5
  #content {
6
- #content-body {
7
- max-width: 45rem;
8
- }
6
+ max-width: 45rem;
7
+ margin-left: auto;
8
+ margin-right: auto;
9
9
 
10
10
  #content-footer {
11
11
  display: flex;
@@ -27,16 +27,4 @@ main.layout-section {
27
27
  }
28
28
  }
29
29
  }
30
-
31
- #tweets {
32
- justify-self: end;
33
- margin-left: 5rem;
34
- width: 30%;
35
- }
36
- }
37
-
38
- @media screen and (max-width: 60rem) {
39
- main.layout-section #tweets {
40
- display: none;
41
- }
42
30
  }
data/assets/css/main.scss CHANGED
@@ -106,6 +106,7 @@ small {
106
106
  }
107
107
 
108
108
  img {
109
+ dispaly: block;
109
110
  max-width: 90%;
110
111
  vertical-align: middle;
111
112
  padding: 0;
@@ -122,6 +123,7 @@ figure > img {
122
123
 
123
124
  figcaption {
124
125
  font-size: 0.9rem;
126
+ text-align: center;
125
127
  }
126
128
 
127
129
  blockquote {
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-scouts_uk_2018
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.0
4
+ version: 1.5.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Robert Gauld
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-05-23 00:00:00.000000000 Z
11
+ date: 2023-07-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -38,21 +38,7 @@ dependencies:
38
38
  - - "~>"
39
39
  - !ruby/object:Gem::Version
40
40
  version: '2.8'
41
- - !ruby/object:Gem::Dependency
42
- name: jekyll-twitter-plugin
43
- requirement: !ruby/object:Gem::Requirement
44
- requirements:
45
- - - "~>"
46
- - !ruby/object:Gem::Version
47
- version: '2.1'
48
- type: :runtime
49
- prerelease: false
50
- version_requirements: !ruby/object:Gem::Requirement
51
- requirements:
52
- - - "~>"
53
- - !ruby/object:Gem::Version
54
- version: '2.1'
55
- description:
41
+ description:
56
42
  email:
57
43
  - robert@robertgauld.uk
58
44
  executables: []
@@ -307,7 +293,7 @@ homepage: https://github.com/27thAberdeenScoutGroup/jekyll-scouts_uk_2018
307
293
  licenses:
308
294
  - BSD-3-Clause
309
295
  metadata: {}
310
- post_install_message:
296
+ post_install_message:
311
297
  rdoc_options: []
312
298
  require_paths:
313
299
  - lib
@@ -322,8 +308,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
322
308
  - !ruby/object:Gem::Version
323
309
  version: '0'
324
310
  requirements: []
325
- rubygems_version: 3.3.7
326
- signing_key:
311
+ rubygems_version: 3.4.14
312
+ signing_key:
327
313
  specification_version: 4
328
314
  summary: A Jekyll theme of the UK Scouts 2018 brand.
329
315
  test_files: []