fenton-jekyll-boilerplate 0.0.7 → 0.0.9

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d8e442219c50bdaef587a50cf805c76c25499598d69a8014a81550e8f4e002f6
4
- data.tar.gz: d8419f11a57902d869f8ea687f02c36251d2601e342c9aebf4d7eb139eda275f
3
+ metadata.gz: e02cfbbec5aeeda75174152f68e62cfec600df11c12597621445747f8faff28c
4
+ data.tar.gz: 3d9e61f75217540245830b1fa438908e7bc161d20c96f83f7471135c8587fc11
5
5
  SHA512:
6
- metadata.gz: 0d2d107d2bf0ba4fb4ddb1e50c58b2956f9ec24a73b991fbbae4385cd3a70d030f89655871ddd559b0252289946881376dce107987cf18383664b34190301e70
7
- data.tar.gz: 9d62306537606cb0d835687a2f03df8b79c046edc4d9ddd9ba443d02cef8193ecf15bce9e66bc1bb31a012687ee57f4fad811380a4ed5e67c71a57b6dc9baa9b
6
+ metadata.gz: c72594035a4e50951b5ef8b521b34ef5ad2130f4c594e2a5983676f2093b29128be2fab2d8e34cdd5e728a235039228ea9bf4a4293313ba6a2a4234ba5756168
7
+ data.tar.gz: 56138d962d6b5718aadb08c8d9c1f87dc62914e9dc7d131c300744d9a0894a4c96b08fe1ebc3cbccd464e137116893d3d59f2a6fb3fad7ded3583340608466f4
data/assets/js/search.js CHANGED
@@ -1,9 +1,13 @@
1
+ ---
2
+ layout: null
3
+ ---
1
4
  // @ts-check
2
5
 
3
6
  import { qs } from './modules/query.js';
4
7
  import { raiseEvent } from './modules/events.js';
5
8
  import { contains, sanitise, explode } from './modules/string.js';
6
9
 
10
+ var dataUrl = '{{ "/search.json" | prepend: site.baseurl }}';
7
11
  var haystack = [];
8
12
  var needles = [];
9
13
  var currentQuery = null;
@@ -0,0 +1,7 @@
1
+ ---
2
+ permalink: /404.html
3
+ layout: search
4
+ ---
5
+ <h1>404</h1>
6
+ <p><strong>Page not found :(</strong></p>
7
+ <p>The requested page could not be found.</p>
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fenton-jekyll-boilerplate
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.7
4
+ version: 0.0.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Steve Fenton
@@ -82,6 +82,7 @@ files:
82
82
  - assets/js/modules/resizing.js
83
83
  - assets/js/modules/string.js
84
84
  - assets/js/search.js
85
+ - assets/search/404.html
85
86
  - assets/search/search.json
86
87
  - assets/search/search.md
87
88
  - assets/sitemap/atom.xml