alembic-jekyll-theme 3.1.0 → 4.0.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
- SHA1:
3
- metadata.gz: a046355db3adc5a1ad54b67d72d89453ff2c312d
4
- data.tar.gz: 28a572432bbfe5ad684cb53e5fa2b78fe1c6b631
2
+ SHA256:
3
+ metadata.gz: 7ad02377a0054ca471c77b0df187de30b5c41162da73d40b4cce90dff9424244
4
+ data.tar.gz: 9eefd9d805a080a5deabab5da16d81a7c2cafd2d7f5bae5fe2c08c841f8c3c53
5
5
  SHA512:
6
- metadata.gz: 265d8fc92b79f75df649640cbe5a3d0c86f18073f6311601aaff591d560237f256dd6922f420f8f8235e680269930c536fb7eaa6b62ed4aa89edbaba2e435dd5
7
- data.tar.gz: 4479196abc2fd959de3751a879ce71103c5cff286de90a46779a78ca19534fc68e6ad23e2ed894d61ee1d2e29d8dd532deed8d4bdb88dc00ca283aad6684522c
6
+ metadata.gz: bc83dca602437e8065bf56f51bb2e4ec24287835ab57dcb2f5fa1fe57055b7f1748e16135a0b9a5d8c5d1c0d3c52786545ea37eb8946669fa3fe2ec7d44af9d1
7
+ data.tar.gz: f904c93212a8467c203b79c2fc454e7a420708c58d8473554c18b1719e12d49b451678b465197a102a2a7b487da4798373788fecfbbae7ba129ee222f16e64af
data/README.md CHANGED
@@ -25,12 +25,12 @@
25
25
 
26
26
  ## About
27
27
 
28
- **Alembic is a starting point for [Jekyll](https://jekyllrb.com/) projects. Rather than starting from scratch, this boilerplate theme is designed to get the ball rolling immediately. Install it, configure it, tweak it, push it.**
28
+ **Alembic is a starting point for [Jekyll](https://jekyllrb.com/) projects. Rather than starting from scratch, this boilerplate theme is designed to get rolling immediately. Install it, configure it, tweak it, push it.**
29
29
 
30
30
  ## Features
31
31
 
32
32
  - Available as a **theme gem** and **GitHub Pages** theme
33
- - Simple and elegant design that can be used out of the box or as solid starting point
33
+ - Clear and elegant design that can be used out of the box or as solid starting point
34
34
  - Tested in all major browsers, including **IE and Edge**
35
35
  - Built in **Service Worker** so it can work offline and on slow connections
36
36
  - **Configurable colours** and typography in a single settings file
@@ -49,15 +49,9 @@
49
49
 
50
50
  Here are a few examples of Alembic out in the wild being used in a variety of ways:
51
51
 
52
- - [bitpodcast.com](https://bitpodcast.com/)
53
- - [joelcagedesign.com](https://joelcagedesign.com/)
54
52
  - [bawejakunal.github.io](https://bawejakunal.github.io/)
55
- - [case2111.github.io](http://case2111.github.io/)
56
- - [www.10people.co.uk](http://www.10people.co.uk/)
57
- - [hrkeni.me](http://hrkeni.me/)
58
- - [ccs17.bsc.es](https://ccs17.bsc.es/)
59
- - [karateca.org](http://www.karateca.org/)
60
- - [p-recs.github.io](https://p-recs.github.io/2018/)
53
+ - [case2111.github.io](https://case2111.github.io/)
54
+ - [karateca.org](https://www.karateca.org/)
61
55
 
62
56
  ## Installation
63
57
 
@@ -74,6 +68,8 @@ To give you a running start I've put together some starter kits that you can dow
74
68
  [![Deploy to Netlify](https://www.netlify.com/img/deploy/button.svg)](https://app.netlify.com/start/deploy?repository=https://github.com/daviddarnes/alembic-netlifycms-kit&stack=cms)
75
69
 
76
70
  - GitHub Pages with remote theme kit - **[Download kit](https://github.com/daviddarnes/alembic-kit/archive/remote-theme.zip)**
71
+ - Stackbit starter kit:
72
+ [![Create with Stackbit](https://assets.stackbit.com/badge/create-with-stackbit.svg)](https://app.stackbit.com/create?theme=https://github.com/daviddarnes/alembic-stackbit-kit)
77
73
 
78
74
  ### As a Jekyll theme
79
75
 
@@ -132,9 +128,9 @@ Date format can be customised in the `/_config.yml` with the option `date_format
132
128
 
133
129
  Alembic comes with a couple of options to enhance the speed and overall performance of the site you build upon it.
134
130
 
135
- By default the built in Service Worker is enabled, and will work on a 'network first' method. That is, if there is no internet connection then the content the Service Worker has cached will be used until the connection comes back. It will always look for a live version of the code first. To disable the Service Worker set an option called `service_worker` to false in the `/_config.yml`.
131
+ By default the built in Service Worker is enabled, and will work on a 'network first' method. Meaning if there's no internet connection the content the Service Worker has cached will be used until the connection comes back. It will always look for a live version of the code first. To disable the Service Worker add an option called `service_worker` with a value of `false` in the `/_config.yml` file.
136
132
 
137
- Another option to speed up Alembic is to enable inline CSS, which is off by default. You can enable this by setting `css_inline: true` inside your `/_config.yml` file.
133
+ Another option to speed up Alembic is to enable inline CSS, which is off by default. You can enable this by setting `css_inline: true` inside your `/_config.yml` file. By switching to inline styles you bypass the use `/assets/styles.scss`, any custom styles will need to be added in `/_includes/site-styles.html` or in a new custom file.
138
134
 
139
135
  Please note that these options aren't a "silver bullet" for making your site faster, make sure to audit and debug your site to get the best performance for your situation.
140
136
 
@@ -149,7 +145,7 @@ There are a total of 4 different navigation types:
149
145
 
150
146
  All navigations can be edited using the `_config.yml` file. To see example usage either look for the `Site navigation` comment within the `/_config.yml` file or see [the nav-share.html include](#nav-sharehtml).
151
147
 
152
- If there are no items for the `navigation_header` or `navigation_footer`, they will fallback to a list of pages within the site. The `social_navigation` properties should either be one that is already in the list (so `Twitter` or `Facebook`) or simply `link`, this is so an icon can be set for the link.
148
+ If there are no items for the `navigation_header` or `navigation_footer`, they will fallback to a list of pages within the site. The `social_navigation` properties should either be one that is already in the list (so `Twitter` or `Facebook`) or a regular `link`, this is so an icon can be set for the link.
153
149
 
154
150
  ## Using includes
155
151
 
@@ -206,7 +202,7 @@ DesignerNews: "#2D72D9"
206
202
  Email: true
207
203
  ```
208
204
 
209
- _The first item is the name of the network (must be one of the ones stated above) and the second is the colour of the button. To remove a button just remove the line of the same name._
205
+ _The first item is the name of the network (must be one of the ones stated above) and the second is the colour of the button. To remove a button remove the line of the same name._
210
206
 
211
207
  ### `video.html`
212
208
  A YouTube video.
@@ -246,7 +242,7 @@ This include has no options. This include will add a block of javascript to the
246
242
  ### `site-before-start.html` & `site-before-end.html`
247
243
  Optional html includes for adding scripts, css, js or any embed code you wish to add to every page without the need to overwrite the entire `default.html` template.
248
244
 
249
- **Example usage:** These are different to other includes as they are designed to be overwritten. If you create a `site-before-start.html` file in the `_includes/` the contents of the file will be included just before the closing `</head>` tag. If you create a `site-before-end.html` file the contents of the file will be included just before the closing `</body>` tag.
245
+ **Example usage:** These are different to other includes as they are designed to be overwritten. If you create a `site-before-start.html` file in the `_includes/` the contents of the file will be included immediately before the closing `</head>` tag. If you create a `site-before-end.html` file the contents of the file will be included immediately before the closing `</body>` tag.
250
246
 
251
247
  ## Page layouts
252
248
 
@@ -1,3 +1,4 @@
1
- {% for item in site.pages %}{% if item.styles == true %}
2
- <style>{{ item.content | scssify | strip_newlines }}</style>
3
- {% endif %}{% endfor %}
1
+ {% capture styles %}
2
+ @import "alembic";
3
+ {% endcapture %}
4
+ <style>{{ styles | scssify | strip_newlines }}</style>
@@ -0,0 +1 @@
1
+ .jekyll-cache/
@@ -1,6 +1,7 @@
1
1
  ---
2
2
  permalink: "manifest.json"
3
- layout: none
3
+ layout: null
4
+ sitemap: false
4
5
  ---
5
6
  {
6
7
  "lang": "{{ site.lang | default: "en-US" }}",
@@ -1,7 +1,9 @@
1
1
  ---
2
2
  permalink: "/sw.js"
3
- layout: none
3
+ layout: null
4
+ sitemap: false
4
5
  ---
6
+
5
7
  const version = '{{ site.time | date: '%Y%m%d%H%M%S' }}';
6
8
  const cacheName = `static::${version}`;
7
9
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: alembic-jekyll-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.1.0
4
+ version: 4.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - David Darnes
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-06-11 00:00:00.000000000 Z
11
+ date: 2020-08-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -16,154 +16,140 @@ dependencies:
16
16
  requirements:
17
17
  - - "~>"
18
18
  - !ruby/object:Gem::Version
19
- version: '3.8'
19
+ version: '4.1'
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - "~>"
25
25
  - !ruby/object:Gem::Version
26
- version: '3.8'
26
+ version: '4.1'
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: jekyll-sitemap
29
29
  requirement: !ruby/object:Gem::Requirement
30
30
  requirements:
31
31
  - - "~>"
32
32
  - !ruby/object:Gem::Version
33
- version: '0.13'
33
+ version: 1.4.0
34
34
  type: :runtime
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
38
  - - "~>"
39
39
  - !ruby/object:Gem::Version
40
- version: '0.13'
40
+ version: 1.4.0
41
41
  - !ruby/object:Gem::Dependency
42
42
  name: jekyll-mentions
43
43
  requirement: !ruby/object:Gem::Requirement
44
44
  requirements:
45
45
  - - "~>"
46
46
  - !ruby/object:Gem::Version
47
- version: '1.2'
47
+ version: 1.6.0
48
48
  type: :runtime
49
49
  prerelease: false
50
50
  version_requirements: !ruby/object:Gem::Requirement
51
51
  requirements:
52
52
  - - "~>"
53
53
  - !ruby/object:Gem::Version
54
- version: '1.2'
54
+ version: 1.6.0
55
55
  - !ruby/object:Gem::Dependency
56
56
  name: jekyll-paginate
57
57
  requirement: !ruby/object:Gem::Requirement
58
58
  requirements:
59
59
  - - "~>"
60
60
  - !ruby/object:Gem::Version
61
- version: '1.1'
61
+ version: 1.1.0
62
62
  type: :runtime
63
63
  prerelease: false
64
64
  version_requirements: !ruby/object:Gem::Requirement
65
65
  requirements:
66
66
  - - "~>"
67
67
  - !ruby/object:Gem::Version
68
- version: '1.1'
68
+ version: 1.1.0
69
69
  - !ruby/object:Gem::Dependency
70
70
  name: jekyll-seo-tag
71
71
  requirement: !ruby/object:Gem::Requirement
72
72
  requirements:
73
73
  - - "~>"
74
74
  - !ruby/object:Gem::Version
75
- version: '2.3'
75
+ version: 2.6.1
76
76
  type: :runtime
77
77
  prerelease: false
78
78
  version_requirements: !ruby/object:Gem::Requirement
79
79
  requirements:
80
80
  - - "~>"
81
81
  - !ruby/object:Gem::Version
82
- version: '2.3'
82
+ version: 2.6.1
83
83
  - !ruby/object:Gem::Dependency
84
84
  name: jekyll-redirect-from
85
85
  requirement: !ruby/object:Gem::Requirement
86
86
  requirements:
87
87
  - - "~>"
88
88
  - !ruby/object:Gem::Version
89
- version: '0.12'
89
+ version: '0.16'
90
90
  type: :runtime
91
91
  prerelease: false
92
92
  version_requirements: !ruby/object:Gem::Requirement
93
93
  requirements:
94
94
  - - "~>"
95
95
  - !ruby/object:Gem::Version
96
- version: '0.12'
97
- - !ruby/object:Gem::Dependency
98
- name: jekyll-default-layout
99
- requirement: !ruby/object:Gem::Requirement
100
- requirements:
101
- - - "~>"
102
- - !ruby/object:Gem::Version
103
- version: '0.1'
104
- type: :runtime
105
- prerelease: false
106
- version_requirements: !ruby/object:Gem::Requirement
107
- requirements:
108
- - - "~>"
109
- - !ruby/object:Gem::Version
110
- version: '0.1'
96
+ version: '0.16'
111
97
  - !ruby/object:Gem::Dependency
112
98
  name: jekyll-feed
113
99
  requirement: !ruby/object:Gem::Requirement
114
100
  requirements:
115
101
  - - "~>"
116
102
  - !ruby/object:Gem::Version
117
- version: '0.9'
103
+ version: '0.15'
118
104
  type: :runtime
119
105
  prerelease: false
120
106
  version_requirements: !ruby/object:Gem::Requirement
121
107
  requirements:
122
108
  - - "~>"
123
109
  - !ruby/object:Gem::Version
124
- version: '0.9'
110
+ version: '0.15'
125
111
  - !ruby/object:Gem::Dependency
126
112
  name: jekyll-commonmark
127
113
  requirement: !ruby/object:Gem::Requirement
128
114
  requirements:
129
115
  - - "~>"
130
116
  - !ruby/object:Gem::Version
131
- version: '1.2'
117
+ version: 1.3.1
132
118
  type: :runtime
133
119
  prerelease: false
134
120
  version_requirements: !ruby/object:Gem::Requirement
135
121
  requirements:
136
122
  - - "~>"
137
123
  - !ruby/object:Gem::Version
138
- version: '1.2'
124
+ version: 1.3.1
139
125
  - !ruby/object:Gem::Dependency
140
126
  name: jekyll-include-cache
141
127
  requirement: !ruby/object:Gem::Requirement
142
128
  requirements:
143
129
  - - "~>"
144
130
  - !ruby/object:Gem::Version
145
- version: '0.1'
131
+ version: '0.2'
146
132
  type: :runtime
147
133
  prerelease: false
148
134
  version_requirements: !ruby/object:Gem::Requirement
149
135
  requirements:
150
136
  - - "~>"
151
137
  - !ruby/object:Gem::Version
152
- version: '0.1'
138
+ version: '0.2'
153
139
  - !ruby/object:Gem::Dependency
154
140
  name: jemoji
155
141
  requirement: !ruby/object:Gem::Requirement
156
142
  requirements:
157
143
  - - "~>"
158
144
  - !ruby/object:Gem::Version
159
- version: '0.11'
145
+ version: '0.12'
160
146
  type: :runtime
161
147
  prerelease: false
162
148
  version_requirements: !ruby/object:Gem::Requirement
163
149
  requirements:
164
150
  - - "~>"
165
151
  - !ruby/object:Gem::Version
166
- version: '0.11'
152
+ version: '0.12'
167
153
  description: A Jekyll boilerplate theme designed to be a starting point for any Jekyll
168
154
  website. Rather than starting from scratch, this boilerplate is designed to get
169
155
  the ball rolling immediately.
@@ -223,6 +209,7 @@ files:
223
209
  - _sass/sassline-base/_reset.scss
224
210
  - _sass/sassline-base/_typography.scss
225
211
  - _sass/sassline-base/_variables.scss
212
+ - assets/.gitignore
226
213
  - assets/default-offline-image.png
227
214
  - assets/default-social-image.png
228
215
  - assets/logos/logo.svg
@@ -244,7 +231,7 @@ licenses:
244
231
  - MIT
245
232
  metadata:
246
233
  plugin_type: theme
247
- post_install_message:
234
+ post_install_message:
248
235
  rdoc_options: []
249
236
  require_paths:
250
237
  - lib
@@ -259,9 +246,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
259
246
  - !ruby/object:Gem::Version
260
247
  version: '0'
261
248
  requirements: []
262
- rubyforge_project:
263
- rubygems_version: 2.6.8
264
- signing_key:
249
+ rubygems_version: 3.1.2
250
+ signing_key:
265
251
  specification_version: 4
266
252
  summary: A Jekyll boilerplate theme designed to be a starting point for any Jekyll
267
253
  website.