creek-jekyll-theme 0.2.0 → 0.2.1

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 (4) hide show
  1. checksums.yaml +4 -4
  2. data/_config.yml +1 -48
  3. data/_pages/404.html +2 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 27f1e86fc1380f54b360d69c7fa202e659aa36b378df1f9cc009a3a7ab004035
4
- data.tar.gz: 0bd98679a4a049f2cb4b1739d9d643ee211079434516f2073e00352489f4a4bf
3
+ metadata.gz: a3a0886228fe2ace20466eeb00cb0ecd496d5f9ec58c58f44911f8bfdd2a4d1b
4
+ data.tar.gz: e898fa512dfb869ed00d56ca67c6a7c6a2aae3ae05f5c117ff58ef832c1c446a
5
5
  SHA512:
6
- metadata.gz: 506a736b0652cf1e9229a6ad14acfc44f9064a28b4e8e5d8df1e2378b3e6b94d60ad41ec0fc829b3ce0550b23df1ec3bc6f23720526e133c293c9f9c7a90e90e
7
- data.tar.gz: d8c533f02d17f9194ffd2b18f9533f4989ed906e45baa316444b990e7420585e2d0bc6406edb7d1cf5d0da1ba39f4c388a6fe34594c6cf15010001655cf269a0
6
+ metadata.gz: 3a63c88d65848cd71399edb193e9501e204edcd8175b91fd140119148f8fed5f7e00a61338d27291b8850ad1c35fd55a983d42c4151bd7b8299ceca19e7d8162
7
+ data.tar.gz: 289d105d6c10d3253d7cee943861fcff288cc1ca245781a0ed1361cacb28f8b3ef71d3fdd133d81ab08973625b191ed682177d3e1ebcaa6b8d40b94672237bd6
data/_config.yml CHANGED
@@ -24,7 +24,7 @@ teaser : # path of fallback teaser image, e.g. "/assets/images
24
24
  logo : "/assets/images/creek-logo.png" # path of logo image to display in the masthead, e.g. "/assets/images/88x88.png"
25
25
  masthead_title : "Write business logic" # overrides the website title displayed in the masthead, use " " for no title
26
26
  subtitle : "Not boilerplate" # custom site tagline that appears below site title in masthead
27
- breadcrumbs : false # true, false (default)
27
+ breadcrumbs : false # true, false (default)
28
28
  words_per_minute : 200
29
29
  comments:
30
30
  provider : # false (default), "disqus", "discourse", "facebook", "staticman", "staticman_v2", "utterances", "giscus", "custom"
@@ -196,13 +196,6 @@ kramdown:
196
196
  smart_quotes: lsquo,rsquo,ldquo,rdquo
197
197
  enable_coderay: false
198
198
 
199
-
200
- # Collections
201
- collections:
202
- demos:
203
- output: true
204
- permalink: /:collection/:path/
205
-
206
199
  # Defaults
207
200
  defaults:
208
201
  # _posts
@@ -225,46 +218,6 @@ defaults:
225
218
  author_profile: false
226
219
  toc: true
227
220
  toc_sticky: true
228
- # _demos
229
- - scope:
230
- path: ""
231
- type: demos
232
- values:
233
- layout: single
234
- read_time: false
235
- author_profile: false
236
- share: false
237
- comments: false
238
- sidebar:
239
- nav: "docs"
240
- toc: true
241
- toc_sticky: true
242
- # _recipes
243
- - scope:
244
- path: ""
245
- type: recipes
246
- values:
247
- layout: single
248
- author_profile: true
249
- share: true
250
- comments: true
251
- # _pets
252
- - scope:
253
- path: ""
254
- type: pets
255
- values:
256
- layout: single
257
- author_profile: true
258
- share: true
259
- comment: true
260
- # _portfolio
261
- - scope:
262
- path: ""
263
- type: portfolio
264
- values:
265
- layout: single
266
- author_profile: false
267
- share: true
268
221
 
269
222
  # Sass/SCSS
270
223
  sass:
data/_pages/404.html CHANGED
@@ -1,6 +1,7 @@
1
1
  ---
2
+ sitemap: false
2
3
  permalink: /404.html
3
- layout: default
4
+ layout: single
4
5
  ---
5
6
 
6
7
  <style type="text/css" media="screen">
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: creek-jekyll-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Creek Service - Big Andy Coates