jekyll-lunr-js-search-plusplus 0.2.2 → 0.2.3

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
2
  SHA1:
3
- metadata.gz: 99c36fd28462afe4004e574518dec5529c39261b
4
- data.tar.gz: 8a7d278d7ca3b340aa0fcaec1ae9a9562257f24e
3
+ metadata.gz: 318d8467c5b7e59ce23207980d0aacddbebb3ef9
4
+ data.tar.gz: caa395e5a99ee3e6243b5b6715aa909bcacf18b8
5
5
  SHA512:
6
- metadata.gz: a7773bac093549f4f69478f344158d4ceea697c672e733d9e48b48f46a80137d2c2459c19ed512781929d62a498edf72a2849cbaebe6681481ddfe6d2bd6373d
7
- data.tar.gz: 4b9977695386b99f1dcb1bd0e214540c702a25f0e283c12835803da26f8bfb1a69ddee3f211a53003a1e920b61f049293d390aa8b67be4983d0078ec8d02e0b5
6
+ metadata.gz: dca892d61d9cf48b208a8e7e51f8851d64f7de25e294514978ba8ebdd02f5139bb1272e479ce552701bf0f11449cdd16a05f6fbca20b9f12fb06db70fd9c793f
7
+ data.tar.gz: 599b7448c47d1748c86f654b80dc848eee41fcc07be5077550e0b927cfc1c301f79beb86cfb6fd03e9f460d3843553b8687d6f0c47f59b4d828f68d9a7a958fe
@@ -37,7 +37,7 @@ module Jekyll
37
37
  # Index all pages except pages matching any value in config['lunr_excludes'] or with date['exclude_from_search']
38
38
  # The main content from each page is extracted and saved to disk as json
39
39
  def generate(site)
40
- search_json_location = File.join(File.expand_path("search", site.dest), @filename)
40
+ search_json_location = File.expand_path("search/search.json", site.source)
41
41
 
42
42
  if @dev_mode && File.exist?(search_json_location)
43
43
  search_json = JSON.parse(File.open(search_json_location).read)
@@ -1,5 +1,5 @@
1
1
  module Jekyll
2
2
  module LunrJsSearch
3
- VERSION = "0.2.2"
3
+ VERSION = "0.2.3"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-lunr-js-search-plusplus
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.2
4
+ version: 0.2.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Garen J. Torikian