slow-steps 1.0.4 → 1.0.8
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +1 -1
- data/_config.yml +4 -2
- data/_includes/forms/mc-register.html +1 -1
- metadata +4 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3a8853fffb46bdfabc3905cc6536189b730080a695a1d234ca5b8028f17bbc1c
|
4
|
+
data.tar.gz: d8c43559e0d7c63baa511720f1febe8939c71ce7effe655c19ff6f313a31fdbf
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e711395845122901096504f6302d3b1c70b25295148c16f0eaae6c8432e75965ab84569384951ac768288bf1110dbe90e851cde5061883aff246c41a6e14eab6
|
7
|
+
data.tar.gz: 03410d4618abde9ecd7e44a9e8c0bf89283d747458fb7b1712c6fa8a8714ca4d1455c4f93cf7a584f792e465ea7dfaa27ef9549c72de2d9aa15e073e602ff967
|
data/README.md
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
---
|
3
3
|
# [Slow Steps, a Jekyll theme](https://www.gaitq.madeslowly.xyz/data/about/)
|
4
4
|
|
5
|
-
[![
|
5
|
+
[![Theme Version](https://badge.fury.io/rb/slow-steps.svg)](https://badge.fury.io/rb/slow-steps)
|
6
6
|
|
7
7
|
[![LICENSE](https://img.shields.io/badge/license-MIT-lightgrey.svg)](https://github.com/madeslowly/slow-steps/blob/master/LICENSE)
|
8
8
|
|
data/_config.yml
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
################################################################################
|
2
2
|
#
|
3
|
-
# Configuration for Slow Steps theme
|
3
|
+
# Configuration for Slow Steps theme
|
4
4
|
#
|
5
5
|
#################################################################################
|
6
6
|
|
@@ -14,6 +14,7 @@ developer:
|
|
14
14
|
|
15
15
|
Made Slowly is the creation of Arran Curran, a freelance developer based in Oxford. I have been developing digital solutions in a variety of enviroments for over 20 years. With my wide range of experience I can deliver an all-in-one solution, so your new website will be smarter and faster all whilst looking awesome (the website, not me). Get in touch and find out how I can help you.
|
16
16
|
|
17
|
+
version:
|
17
18
|
#
|
18
19
|
# ### Build Settings ###
|
19
20
|
#
|
@@ -34,7 +35,6 @@ plugins:
|
|
34
35
|
- jekyll-image-size # https://github.com/generalui/jekyll-image-size
|
35
36
|
- jekyll_picture_tag
|
36
37
|
|
37
|
-
|
38
38
|
sass:
|
39
39
|
style: compressed
|
40
40
|
load_paths:
|
@@ -54,3 +54,5 @@ picture:
|
|
54
54
|
source: 'assets/images'
|
55
55
|
output: 'assets/images'
|
56
56
|
strip_metadata: true
|
57
|
+
suppress_warnings: true
|
58
|
+
#disabled: true
|
@@ -79,7 +79,7 @@
|
|
79
79
|
<div id="mergeRow-gdpr" class="mergeRow gdpr-mergeRow content__gdprBlock mc-field-group">
|
80
80
|
|
81
81
|
<div class="content__gdpr">
|
82
|
-
<label for="interestgroup_field" class="form--label gdpr--title">What is your
|
82
|
+
<label for="interestgroup_field" class="form--label gdpr--title">What is your preferred method of communication?</label>
|
83
83
|
|
84
84
|
<fieldset class="mc_fieldset gdprRequired mc-field-group" name="interestgroup_field">
|
85
85
|
{% for item in site.data.forms[page.env].gdpr %}
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: slow-steps
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.8
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Made Slowly
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2022-06-27 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jekyll
|
@@ -170,7 +170,8 @@ dependencies:
|
|
170
170
|
- - ">="
|
171
171
|
- !ruby/object:Gem::Version
|
172
172
|
version: 12.3.3
|
173
|
-
description:
|
173
|
+
description: A Jekyll theme designed to have two distinct styles, depending on current
|
174
|
+
URL.
|
174
175
|
email:
|
175
176
|
- arran@madeslowly.co.uk
|
176
177
|
executables: []
|