jekyll-theme-bas-style-kit 0.7.0 → 0.8.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +8 -0
- data/README.md +1 -48
- data/_data/bas-style-kit/bsk-css.yml +2 -2
- data/_data/bas-style-kit/bsk-js.yml +2 -2
- data/_data/bas-style-kit/bsk-vars.yml +2 -2
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: cb7492d86fcccd3ee8dae312c4ea33be660111c11df6928b18550932b8d4cd25
|
|
4
|
+
data.tar.gz: 28240df2450384109d3118c9d09391a3d40434e71e3ef63d96fa172af221c53c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5078784796d591fbbe6eb240ad22ddac3f894a7df38fc31ec8cb7b4ac6db328c24d1e06e85b4a008fa799cf00b3ed917a4e795f6ea0295af00e34dc40212d272
|
|
7
|
+
data.tar.gz: 8df2a485f228d3cccfbfdef656dcd98488758e8750a3c462637774e9c102f5a2a5e15f53f184924928d2d13b35561c11f01dbe381a8210bd9411052811352eba
|
data/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,14 @@ This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html
|
|
|
5
5
|
|
|
6
6
|
## [Unreleased][unreleased]
|
|
7
7
|
|
|
8
|
+
## 0.8.0 - 2018-11-28
|
|
9
|
+
|
|
10
|
+
### Added
|
|
11
|
+
|
|
12
|
+
* Updated dependencies for internal Gem test site
|
|
13
|
+
* Updated to Style Kit 0.5.0
|
|
14
|
+
* Tracking Gem lock file within project
|
|
15
|
+
|
|
8
16
|
## 0.7.0 - 2018-11-24
|
|
9
17
|
|
|
10
18
|
### Added
|
data/README.md
CHANGED
|
@@ -34,15 +34,9 @@ theme: jekyll-theme-bas-style-kit
|
|
|
34
34
|
|
|
35
35
|
Refer to [Jekyll's theme documentation](https://jekyllrb.com/docs/themes/) for general information.
|
|
36
36
|
|
|
37
|
-
### Quick start
|
|
38
37
|
|
|
39
|
-
#### Standard page
|
|
40
38
|
|
|
41
|
-
To base all pages on the `bsk--standard` layout, add the following to your `_config.yml` file:
|
|
42
39
|
|
|
43
|
-
```yml
|
|
44
|
-
# Content settings
|
|
45
|
-
#
|
|
46
40
|
|
|
47
41
|
|
|
48
42
|
defaults:
|
|
@@ -53,30 +47,6 @@ defaults:
|
|
|
53
47
|
values:
|
|
54
48
|
layout: "bas-style-kit/bsk--standard"
|
|
55
49
|
|
|
56
|
-
|
|
57
|
-
# Theme settings
|
|
58
|
-
#
|
|
59
|
-
|
|
60
|
-
bas_style_kit_jekyll_theme:
|
|
61
|
-
attributes:
|
|
62
|
-
head_title:
|
|
63
|
-
default: 'Example service'
|
|
64
|
-
appended: ' - Example service'
|
|
65
|
-
head_description: 'Service to act as an example'
|
|
66
|
-
site_brand:
|
|
67
|
-
text: 'Example service'
|
|
68
|
-
href: '/'
|
|
69
|
-
site_development_phase: 'beta'
|
|
70
|
-
# Optional - web analytics
|
|
71
|
-
site_analytics:
|
|
72
|
-
id: UA-64130716-27
|
|
73
|
-
# Optional - add a custom CSS file with a relative URL
|
|
74
|
-
site_styles:
|
|
75
|
-
-
|
|
76
|
-
href: '/css/main.css'
|
|
77
|
-
type: 'local'
|
|
78
|
-
```
|
|
79
|
-
|
|
80
50
|
### Patterns
|
|
81
51
|
|
|
82
52
|
Design patterns are used to demonstrate preferred ways to pass on information to users, or ask them for information.
|
|
@@ -117,25 +87,8 @@ Optionally, use page content for:
|
|
|
117
87
|
* contact information
|
|
118
88
|
* details of alternative services
|
|
119
89
|
|
|
120
|
-
### Using custom CSS/JS
|
|
121
|
-
|
|
122
|
-
...
|
|
123
|
-
|
|
124
|
-
### Navigation menu items
|
|
125
|
-
|
|
126
|
-
...
|
|
127
|
-
|
|
128
|
-
### Navigation branding
|
|
129
|
-
|
|
130
|
-
...
|
|
131
|
-
|
|
132
|
-
### Site development phase
|
|
133
|
-
|
|
134
|
-
...
|
|
135
90
|
|
|
136
|
-
### Website analytics
|
|
137
91
|
|
|
138
|
-
...
|
|
139
92
|
|
|
140
93
|
### Views
|
|
141
94
|
|
|
@@ -453,7 +406,7 @@ $ docker-compose push
|
|
|
453
406
|
[2]
|
|
454
407
|
|
|
455
408
|
```shell
|
|
456
|
-
$ docker-compose run --entrypoint=
|
|
409
|
+
$ docker-compose run --entrypoint="" app ash
|
|
457
410
|
$ gem build jekyll-theme-bas-style-kit.gemspec
|
|
458
411
|
$ gem push jekyll-theme-bas-style-kit-*.gem
|
|
459
412
|
```
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
---
|
|
2
2
|
-
|
|
3
|
-
href: 'https://cdn.web.bas.ac.uk/bas-style-kit/0.5.0
|
|
4
|
-
integrity: 'sha256-
|
|
3
|
+
href: 'https://cdn.web.bas.ac.uk/bas-style-kit/0.5.0/css/bas-style-kit.min.css'
|
|
4
|
+
integrity: 'sha256-f1krGfSoxLtD+u0HEHuqF3D5JW27nONtsLkNZ68+hhM='
|
|
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.5.0
|
|
12
|
-
integrity: 'sha256-
|
|
11
|
+
href: 'https://cdn.web.bas.ac.uk/bas-style-kit/0.5.0/js/bas-style-kit.min.js'
|
|
12
|
+
integrity: 'sha256-ovsRXnHWw8vzEuH6E3/0R44Etu6OISlK9FjEA1mGuUQ='
|
|
13
13
|
type: 'remote'
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
---
|
|
2
|
-
theme_version: "0.
|
|
3
|
-
bsk_version: "0.5.0
|
|
2
|
+
theme_version: "0.8.0"
|
|
3
|
+
bsk_version: "0.5.0"
|
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
|
+
version: 0.8.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-11-
|
|
11
|
+
date: 2018-11-28 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jekyll
|