jekyll-scouts_uk_2018 1.3.0 → 1.5.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +0 -3
- data/_layouts/section.html +0 -8
- data/_sass/sections.scss +3 -15
- data/assets/css/main.scss +6 -0
- metadata +7 -21
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: cdd11160c42308b7e24932a7bf2072de596ec3ae18501d1440df8f94c25671db
|
4
|
+
data.tar.gz: bff10884547af685e3945c5c26b8238ae6119b7a6d81524296f917f223a6224e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
|
data/_layouts/section.html
CHANGED
@@ -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
|
-
|
7
|
-
|
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,18 +106,24 @@ 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;
|
112
113
|
margin: 0;
|
113
114
|
}
|
114
115
|
|
116
|
+
img.photo {
|
117
|
+
border-radius: 1.25rem;
|
118
|
+
}
|
119
|
+
|
115
120
|
figure > img {
|
116
121
|
display: block;
|
117
122
|
}
|
118
123
|
|
119
124
|
figcaption {
|
120
125
|
font-size: 0.9rem;
|
126
|
+
text-align: center;
|
121
127
|
}
|
122
128
|
|
123
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
|
+
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:
|
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
|
-
|
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.
|
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: []
|