jekyll-theme-bas-style-kit 0.4.0 → 0.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: 8ccbe4b713a7bb1323a574cb03f66169f824f903568c2eebff2dc4d89bc51346
4
- data.tar.gz: 72ca9fac91d7b60b58b2ceac0f0e266b1283011fbfe0cd49122110748b180a8e
3
+ metadata.gz: 89c327ba8fda0366d129d83bf7377e02520027cdf14f228d5cbb0b0526d0041c
4
+ data.tar.gz: 3ebf7581bb4114d223c746711e762150c6f5309ee981c21520d5869e23a50f79
5
5
  SHA512:
6
- metadata.gz: 7f7e0107c97620da0e69f5473346f539f95de80658c8eed8d76e8b255a9049494e13dced801dff4ab5f0612702bc82d3063fc7cff33d231ae1373de9629925af
7
- data.tar.gz: f3805290b712757c359b23bd7d960ce5f62e2225221296090d7bb61bd0f86d8494fe98eba4ef7da780904947e12e3b1c14d8698cdb8ee0ab1d962a9668e0e2fa
6
+ metadata.gz: 11477eb8b9156a57d3f7c15f077e99bba66294d5eb62ceb0062ef1dfa5fc1d44c50071e1a608d2588ca1c4be748abcbcc2e537c6642a510b0982d843e9cdf11a
7
+ data.tar.gz: 48826acebfe2ad7a89895838897d368913115b7f53a1f48a2b65b6f105d5e49fb7db679ae8afcc2370e92dd9caaf5a5a2c6666feba258d65ad542197d63188a8
data/CHANGELOG.md CHANGED
@@ -5,6 +5,20 @@ This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html
5
5
 
6
6
  ## [Unreleased][unreleased]
7
7
 
8
+ ## 0.5.0 - 2018-07-06
9
+
10
+ ### Fixed
11
+
12
+ * Ignoring gem lock file to prevent Jekyll runtime errors
13
+
14
+ ### Changed
15
+
16
+ * Updated to Style Kit 0.4.0
17
+ * Changed HR under development phase to dashed line
18
+ * Development phase behaviour changed to show experimental phase unless `JEKYLL_ENV` is set to 'production'
19
+
20
+ ## 0.4.0 - 2018-06-14
21
+
8
22
  ### Added
9
23
 
10
24
  * 'is something wrong' and 'back to top' footer includes with optional footer spacer when used with footer content
@@ -13,15 +27,20 @@ This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html
13
27
  * Table of Contents (TOC) Style Kit include
14
28
  * Page title Style Kit include
15
29
  * Standard page layout
30
+ * Required Jekyll theme directories `_sass` and `assets`
31
+ * Legal pages added to gem test site to ensure footer links work as expected
16
32
 
17
33
  ### Changed [BREAKING!]
18
34
 
19
35
  * Refactored OGL statement as part of the new governance statement footer include, requiring some variable changes
20
36
  * Upgraded to Style Kit 0.4.0-beta
37
+ * Upgraded to Jekyll 3.8.3
21
38
 
22
39
  ### Fixed
23
40
 
24
41
  * Default URLs to legal policies
42
+ * Correcting gem publishing instructions
43
+ * Whitespace fixes
25
44
 
26
45
  ### Changed
27
46
 
@@ -138,4 +157,4 @@ This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html
138
157
  ### Added
139
158
 
140
159
  * Note that the Gem for this project is one minor version ahead of this version due to a technical error
141
- * Initial project - based on BAS Style Kit version 0.1.0, and adapted from the BAS Style Kit documentation Jekyll site
160
+ * Initial project - based on BAS Style Kit version 0.1.0, and adapted from the BAS Style Kit documentation Jekyll site
@@ -1,5 +1,5 @@
1
1
  ---
2
2
  -
3
- href: 'https://cdn.web.bas.ac.uk/bas-style-kit/0.4.0-beta/css/bas-style-kit.min.css'
4
- integrity: 'sha256-yLdM6BCsb9KLkrDyGbHke/Wyuu+XYitHJPkBNJLukQE='
3
+ href: 'https://cdn.web.bas.ac.uk/bas-style-kit/0.4.0/css/bas-style-kit.min.css'
4
+ integrity: 'sha256-ClILH8AIH4CkAybtlKhzqqQUYR4eSDiNTK5LIWfF4qQ='
5
5
  type: 'remote'
@@ -8,6 +8,6 @@
8
8
  integrity: 'sha256-EareStqgZTnMUqLWtDkCa3SldvB8NPBY8u5C6ZUMWRc='
9
9
  type: 'remote'
10
10
  -
11
- href: 'https://cdn.web.bas.ac.uk/bas-style-kit/0.4.0-beta/js/bas-style-kit.min.js'
11
+ href: 'https://cdn.web.bas.ac.uk/bas-style-kit/0.4.0/js/bas-style-kit.min.js'
12
12
  integrity: 'sha256-buOvInyhMJKHpUjqgaYtulG026RRSemvLNsl3xfXsGQ='
13
13
  type: 'remote'
@@ -1,3 +1,3 @@
1
1
  ---
2
- theme_version: "0.3.0"
3
- bsk_version: "0.4.0-beta"
2
+ theme_version: "0.5.0"
3
+ bsk_version: "0.4.0"
@@ -1,12 +1,15 @@
1
- {% unless site.bas_style_kit_jekyll_theme.attributes.site_development_phase == 'live-stable' %}
2
- <div class="{{ bsk_attributes_container_class }}">
3
- {% unless site.bas_style_kit_jekyll_theme.attributes.site_development_phase == 'experimental' %}
1
+ {% if jekyll.environment == 'production' %}
2
+ {% unless site.bas_style_kit_jekyll_theme.attributes.site_development_phase == 'live-stable' %}
3
+ <div class="{{ bsk_attributes_container_class }}">
4
4
  <span class="bsk-text-uppercase bsk-label bsk-label-phase-{{ site.bas_style_kit_jekyll_theme.attributes.site_development_phase }}">{{ site.bas_style_kit_jekyll_theme.attributes.site_development_phase }}</span>
5
5
  This is a new website – your <a href="{{ site.bas_style_kit_jekyll_theme.attributes.site_feedback_href }}">feedback</a> will help us to improve it.
6
- {% else %}
7
- <span class="bsk-text-uppercase bsk-label bsk-label-{{ site.bas_style_kit_jekyll_theme.attributes.site_development_phase }}">{{ site.bas_style_kit_jekyll_theme.attributes.site_development_phase }}</span>
8
- This website is used for testing – your <a href="{{ site.bas_style_kit_jekyll_theme.attributes.site_feedback_href }}">feedback</a> will help us to improve it.
9
- {% endunless %}
10
- <hr />
11
- </div>
12
- {% endunless %}
6
+ <hr class="bsk-hr-dashed" />
7
+ </div>
8
+ {% endunless %}
9
+ {% else %}
10
+ <div class="{{ bsk_attributes_container_class }}">
11
+ <span class="bsk-text-uppercase bsk-label bsk-label-experimental">Experimental</span>
12
+ This website is used for testing – your <a href="{{ site.bas_style_kit_jekyll_theme.attributes.site_feedback_href }}">feedback</a> will help us to improve it.
13
+ <hr class="bsk-hr-dashed" />
14
+ </div>
15
+ {% endif %}
data/screenshot.png CHANGED
Binary file
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-theme-bas-style-kit
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.0
4
+ version: 0.5.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Felix Fennell
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-06-14 00:00:00.000000000 Z
11
+ date: 2018-07-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll