bas-jekyll-theme-bas-style-kit 0.12.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.
Files changed (57) hide show
  1. checksums.yaml +7 -0
  2. data/CHANGELOG.md +278 -0
  3. data/CONTRIBUTING.md +15 -0
  4. data/LICENSE.md +8 -0
  5. data/README.md +774 -0
  6. data/_config.yml +90 -0
  7. data/_data/bas-style-kit/bsk-css.yml +8 -0
  8. data/_data/bas-style-kit/bsk-js.yml +9 -0
  9. data/_data/bas-style-kit/bsk-vars.yml +3 -0
  10. data/_data/menus.yml +19 -0
  11. data/_includes/bas-style-kit/body.html +3 -0
  12. data/_includes/bas-style-kit/bsk--pattern--item-type-header.html +7 -0
  13. data/_includes/bas-style-kit/bsk--pattern--orcid-id.html +1 -0
  14. data/_includes/bas-style-kit/bsk-body--analytics-script.html +9 -0
  15. data/_includes/bas-style-kit/bsk-body--back-to-top.html +2 -0
  16. data/_includes/bas-style-kit/bsk-body--core-scripts.html +11 -0
  17. data/_includes/bas-style-kit/bsk-body--page-header.html +7 -0
  18. data/_includes/bas-style-kit/bsk-body--standard-footer.html +26 -0
  19. data/_includes/bas-style-kit/bsk-body--standard-header.html +17 -0
  20. data/_includes/bas-style-kit/bsk-body--standard.html +15 -0
  21. data/_includes/bas-style-kit/bsk-body--toc.html +1 -0
  22. data/_includes/bas-style-kit/bsk-body.html +9 -0
  23. data/_includes/bas-style-kit/bsk-footer--back-to-top.html +3 -0
  24. data/_includes/bas-style-kit/bsk-footer--contents.html +0 -0
  25. data/_includes/bas-style-kit/bsk-footer--governance.html +5 -0
  26. data/_includes/bas-style-kit/bsk-footer--is-something-wrong.html +3 -0
  27. data/_includes/bas-style-kit/bsk-footer--legal-policies.html +8 -0
  28. data/_includes/bas-style-kit/bsk-head--core-meta.html +4 -0
  29. data/_includes/bas-style-kit/bsk-head--core-styles.html +9 -0
  30. data/_includes/bas-style-kit/bsk-head--favicon.html +12 -0
  31. data/_includes/bas-style-kit/bsk-head--seo-meta.html +4 -0
  32. data/_includes/bas-style-kit/bsk-head.html +6 -0
  33. data/_includes/bas-style-kit/bsk-header--cookie-notice.html +9 -0
  34. data/_includes/bas-style-kit/bsk-header--development-phase.html +15 -0
  35. data/_includes/bas-style-kit/bsk-header--site-navigation.html +6 -0
  36. data/_includes/bas-style-kit/bsk-nav--collapse.html +4 -0
  37. data/_includes/bas-style-kit/bsk-nav--header.html +4 -0
  38. data/_includes/bas-style-kit/bsk-nav-collapse--primary-navigation.html +32 -0
  39. data/_includes/bas-style-kit/bsk-nav-collapse--secondary-navigation.html +20 -0
  40. data/_includes/bas-style-kit/bsk-nav-header--brand.html +8 -0
  41. data/_includes/bas-style-kit/bsk-nav-header--collapse-trigger.html +3 -0
  42. data/_includes/bas-style-kit/head.html +1 -0
  43. data/_includes/bas-style-kit/toc.html +85 -0
  44. data/_layouts/bas-style-kit/blank.html +4 -0
  45. data/_layouts/bas-style-kit/bsk--base.html +8 -0
  46. data/_layouts/bas-style-kit/bsk--standard-page.html +22 -0
  47. data/_layouts/bas-style-kit/bsk--standard.html +8 -0
  48. data/_layouts/bas-style-kit/html.html +8 -0
  49. data/_layouts/views/bas-style-kit/bsk--page-not-found.html +10 -0
  50. data/_layouts/views/bas-style-kit/bsk--problem-with-service.html +10 -0
  51. data/_layouts/views/bas-style-kit/bsk--service-unavailable.html +20 -0
  52. data/_layouts/views/bas-style-kit/bsk--sign-in-microsoft.html +21 -0
  53. data/_layouts/views/bas-style-kit/bsk--start.html +9 -0
  54. data/_sass/main.scss +1 -0
  55. data/assets/empty +1 -0
  56. data/screenshot.png +0 -0
  57. metadata +197 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: b22b4e91da9aac21a74c6b12775bfec051cdb461ea90a94a565dc2bbaa151893
4
+ data.tar.gz: a17a808af65f3da7ae4abfca85fcc5ea2569afb2d809716aa7d44948f6cedf93
5
+ SHA512:
6
+ metadata.gz: 11b8cbed42636cecee4577d778069e763d88bf6f9fe6df385c3108ff2feb284fb12d34b2cc386e0d0f925f4d169cc05475d0db33c2ecf04a9bc796cffc037032
7
+ data.tar.gz: 1dd28dbda54d49ce45d88aee625c16be575b0b5186e526ca8c30399a8bf561b45c1f8d316892b0789deb284e7f61de24b83797bb0403eba4b06314e92dfce488
data/CHANGELOG.md ADDED
@@ -0,0 +1,278 @@
1
+ # BAS Style Kit Jekyll Theme - Change log
2
+
3
+ All notable changes to this project will be documented in this file.
4
+ This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
5
+
6
+ ## [Unreleased][unreleased]
7
+
8
+ ## 0.12.0 - 2023-07-13
9
+
10
+ ### Added
11
+
12
+ * Updated to Style Kit 0.7.0-alpha
13
+ * Updated to jQuery 3.6.0
14
+ * Updated to Jekyll 4.3.2
15
+
16
+ ### Removed
17
+
18
+ * jQuery
19
+ ## 0.11.0 - 2021-03-17
20
+
21
+ ### Added
22
+
23
+ * Updated to Style Kit 0.6.1
24
+ * Updated to jQuery 3.6.0
25
+ * Updated to Jekyll 4.2
26
+ * Updated Ruby dependencies
27
+ * Added optional item type header pattern integration into standard page layout
28
+
29
+ ### Removed
30
+
31
+ * Synk testing due to incompatibility with modern bundler versions
32
+
33
+ ## 0.10.0 - 2020-06-27
34
+
35
+ ### Added
36
+
37
+ * Updated to Style Kit 0.6.0-beta
38
+ * Updated to JS Cookie 2.2.1
39
+ * Updated to jQuery 3.5.1
40
+ * Updated to Jekyll 4.1
41
+ * Updated Ruby dependencies
42
+ * Missing patterns for start and 'sign in' page patterns
43
+ * Support for new component patterns (item type header and ORCID iD)
44
+
45
+ ### Changed
46
+
47
+ * Feedback links changed to open in a new tab
48
+ * Updated licence dates
49
+ * Updated release procedures
50
+
51
+ ## 0.9.0 - 2019-07-02
52
+
53
+ ### Added
54
+
55
+ * Updated to Style Kit 0.6.0-alpha
56
+
57
+ ### Fixed
58
+
59
+ * Updating Gem lock file to fix gem versioning issue
60
+ * Correcting use of deprecated `js-libs` in the BAS CDN
61
+
62
+ ### Changed
63
+
64
+ * Major refactoring and simplification of README and other documentation
65
+ * Removing versioning from Docker containers
66
+
67
+ ## 0.8.0 - 2018-11-28
68
+
69
+ ### Added
70
+
71
+ * Updated dependencies for internal Gem test site
72
+ * Updated to Style Kit 0.5.0
73
+ * Tracking Gem lock file within project
74
+
75
+ ## 0.7.0 - 2018-11-24
76
+
77
+ ### Added
78
+
79
+ * 'Problem with this service' (basic) page pattern variant
80
+ * 'Problem with this service' (contact) page pattern variant
81
+ * 'Problem with this service' (alternative) page pattern variant
82
+ * 'Service unavailable' (contact) page pattern variant
83
+ * 'Service unavailable' (availability) page pattern variant
84
+ * 'Service unavailable' (alternative) page pattern variant
85
+ * 'Service unavailable' (partly closed) page pattern variant
86
+ * 'Service unavailable' (closed) page pattern variant
87
+ * 'Service unavailable' (replaced) page pattern variant
88
+ * Updated to Jekyll 3.8.5 to address security vulnerability
89
+ * Updated to Style Kit 0.5.0-beta
90
+ * Snyk dependency scanning support
91
+
92
+ ### Fixed
93
+
94
+ * README typo
95
+
96
+ ### Changed
97
+
98
+ * Improving release procedures
99
+
100
+ ## 0.6.0 - 2018-09-18
101
+
102
+ ### Changed [BREAKING!]
103
+
104
+ * Icon uses replaced with alternatives or removed where not needed due to the removal of Font Awesome
105
+ * Favicon attribute option changed, set `bas_style_kit_jekyll_theme.attributes.head_favicon` to `default` for the Style
106
+ Kit favicon, other values will be ignored and no favicon will be set
107
+
108
+ ### Added
109
+
110
+ * Updated to Style Kit 0.5.0-alpha
111
+ * Implemented Style Kit Favicon
112
+ * Implemented 'page not found' pattern and support for design patterns generally
113
+ * Implemented 'Service unavailable (basic)' pattern
114
+ * Ruby dependencies are now scanned for vulnerabilities using Snyk
115
+
116
+ ### Changed
117
+
118
+ * Updating order of navigation launcher items
119
+ * Improving Dockerfiles
120
+ * Improving internal test content
121
+
122
+ ### Fixed
123
+
124
+ * Corrected link to issue tracker
125
+
126
+ ## 0.5.0 - 2018-07-06
127
+
128
+ ### Fixed
129
+
130
+ * Ignoring gem lock file to prevent Jekyll runtime errors
131
+
132
+ ### Changed
133
+
134
+ * Updated to Style Kit 0.4.0
135
+ * Changed HR under development phase to dashed line
136
+ * Development phase behaviour changed to show experimental phase unless `JEKYLL_ENV` is set to 'production'
137
+
138
+ ## 0.4.0 - 2018-06-14
139
+
140
+ ### Added
141
+
142
+ * 'is something wrong' and 'back to top' footer includes with optional footer spacer when used with footer content
143
+ * Governance statement for use in footers
144
+ * Table of Contents (TOC) generic include
145
+ * Table of Contents (TOC) Style Kit include
146
+ * Page title Style Kit include
147
+ * Standard page layout
148
+ * Required Jekyll theme directories `_sass` and `assets`
149
+ * Legal pages added to gem test site to ensure footer links work as expected
150
+
151
+ ### Changed [BREAKING!]
152
+
153
+ * Refactored OGL statement as part of the new governance statement footer include, requiring some variable changes
154
+ * Upgraded to Style Kit 0.4.0-beta
155
+ * Upgraded to Jekyll 3.8.3
156
+
157
+ ### Fixed
158
+
159
+ * Default URLs to legal policies
160
+ * Correcting gem publishing instructions
161
+ * Whitespace fixes
162
+
163
+ ### Changed
164
+
165
+ * Updating order of legal policy links and copyright statement (also changed to 'British Antarctic Survey')
166
+ * Updating project copyright from NERC to UKRI
167
+
168
+ ## 0.3.0 - 28/02/2018 - BREAKING!
169
+
170
+ ### Changed [BREAKING!]
171
+
172
+ * Re-licensing project under the Open Government License
173
+ * Upgrading to Jekyll 3.7.2
174
+ * Upgrading to Style Kit 0.3.0
175
+ * Layouts, includes and data files are now in a `bas-style-kit` namespace
176
+ * Generic *blank* and *HTML* layouts and associated includes have been redeveloped
177
+ * The Style Kit layout has been split into *base* and *standard* layouts
178
+ * Style Kit includes have been redeveloped and renamed
179
+ * All data files now use Yaml formatting to support comments
180
+
181
+ ### Removed [BREAKING!]
182
+
183
+ * *default* layout, switch to either *bsk--base* or *bsk--standard* as needed
184
+ * apple touch icons - although these never worked correctly
185
+ * 'back to top' and 'is something wrong' links - these will be re-added when supported in the Style Kit
186
+ * HTML5 shim and Respond.js as the Style Kit no longer supports IE 10 or below
187
+ * All local assets as they are either now part of the Style Kit, or will be re-added when supported in the Style Kit
188
+ * Canonical configuration options removed due to removal of canonical HTML meta tag
189
+
190
+ ### Added
191
+
192
+ * *bsk--base* layout which implements the Style Kit, but in a very generic way
193
+ * *bsk--standard* layout which implements the Style Kit with typical elements such as a header and footer
194
+ * CSS files are now loaded from a data file, as with JavaScript
195
+ * CSS and JavaScript files can and do use Sub-Resource Integrity (SRI) for better security
196
+ * Additional CSS and JavaScript files can be added site wide, in addition to specific pages
197
+ * Jekyll Menus plugin
198
+ * Jekyll Tidy plugin
199
+
200
+ ### Changed
201
+
202
+ * Upgrading other Gem dependencies to latest versions
203
+ * Upgrading application Docker image to use latest BAS Jekyll image
204
+ * The *blank* layout is now based on Jekyll's built in *None* layout
205
+ * Improving Dockerfile
206
+ * Tidying up README
207
+ * Tidying up Dockerfile and Docker Compose
208
+ * Gemfile lock file is now tracked
209
+ * Updated release procedures
210
+
211
+ ## 0.2.3 - 11/04/2017
212
+
213
+ ### Added
214
+
215
+ * Note in release notes to ensure the Jekyll variable is updated to reflect the changed version
216
+
217
+ ### Fixed
218
+
219
+ * Error in site-navigation include, where once an item is found to be active, all subsequent items are flagged as well
220
+ * Inconsistent indentation in site-navigation include
221
+ * Incorrectly displaying active class name instead of screen-reader active element, in drop-down main navigation items
222
+
223
+ ## 0.2.2 - 21/03/2017
224
+
225
+ ### Added
226
+
227
+ * Jekyll Data plugin as a theme/gem dependency, allows default config options to be set, and the use of theme data files
228
+
229
+ ### Changed
230
+
231
+ * Including theme config file in Gemspec to allow default config options to be set
232
+ * Switching previous config file used for previewing the theme to an internal config file
233
+ * Config option documentation is now consistent, and includes whether a default value is set for each option
234
+ * Updating theme screen shot
235
+
236
+ ## 0.2.1 - 21/03/2017
237
+
238
+ ### Added
239
+
240
+ * Test page for loading per-page JavaScript files
241
+
242
+ ### Fixed
243
+
244
+ * Removing if statement for `body_js_files` front-matter option, which was checking the wrong value and is redundant
245
+
246
+ ### Changed
247
+
248
+ * Updating release procedures to update theme screen-shot
249
+
250
+ ## 0.2.0 - 20/03/2017
251
+
252
+ ### Added
253
+
254
+ * Variables data file to provide information about the theme and version of the Style Kit version used for example
255
+
256
+ ### Fixed
257
+
258
+ * Documenting that the site base URL will be prefixed to navigation item URLs if one is defined
259
+
260
+ ### Changed
261
+
262
+ * Body JS include now references files from a data file, and allows per-page files to loaded using front-matter
263
+ * Updating theme screen shot
264
+
265
+ ## 0.1.2 - 14/03/2017
266
+
267
+ ### Fixed
268
+
269
+ * Active site navigation item support when using 'pretty' permalinks
270
+
271
+ ## 0.1.1 - Skipped
272
+
273
+ ## 0.1.0 - 12/03/2017
274
+
275
+ ### Added
276
+
277
+ * Note that the Gem for this project is one minor version ahead of this version due to a technical error
278
+ * Initial project - based on BAS Style Kit version 0.1.0, and adapted from the BAS Style Kit documentation Jekyll site
data/CONTRIBUTING.md ADDED
@@ -0,0 +1,15 @@
1
+ # Contributing policy
2
+
3
+ We welcome contributions from both other NERC centres and from external entities under the following guidelines:
4
+
5
+ * These are general guidelines used by default for projects that we make available,
6
+ they do not represent any formal policy or notice
7
+
8
+ * The preferred method of integrating contributions is through a Git pull request to the nominated repository
9
+
10
+ * The preferred method of raising issues is through the nominated issue tracker
11
+
12
+ * Follow any defined coding standards where specified, or any obvious conventions implied within the code
13
+
14
+ Last updated: February 2016
15
+ Contact address: webapps@bas.ac.uk (BAS Web & Applications Team)
data/LICENSE.md ADDED
@@ -0,0 +1,8 @@
1
+ # License
2
+
3
+ © UK Research and Innovation (UKRI), 2017-2021, British Antarctic Survey.
4
+
5
+ You may use and re-use this software and associated documentation files free of charge in any format or medium, under
6
+ the terms of the Open Government Licence v3.0.
7
+
8
+ You may obtain a copy of the Open Government Licence at http://www.nationalarchives.gov.uk/doc/open-government-licence/