18F / jekyll_pages_api_search

DEPRECATED - Jekyll search plugin based on lunr.js and jekyll_pages_api
https://rubygems.org/gems/jekyll_pages_api_search
Other
39 stars 8 forks source link

Add search-related Liquid tags #1

Closed mbland closed 9 years ago

mbland commented 9 years ago

You can see these in action in the search-plugin branch of 18F/hub.

Next step would be to copy the JavaScript files to the generated site; then I think it's more or less complete.

cc: @afeld

mbland commented 9 years ago

@afeld I think this is ready for a proper look now.

mbland commented 9 years ago

cc: @adelevie, since Aidan's mostly out this week.

Alan, notice that #2 depends on this going in first.

adelevie commented 9 years ago

Blocked by https://github.com/18F/jekyll_pages_api_search/issues/3, @mbland.

afeld commented 9 years ago

Holy hell that was a big PR :sweat_smile: Nothing's a blocker, so merging now so that we can have smaller, more focused PRs going forward.

Did you mean to commit the minified (non-3rd party) JS files? Would be nice to have those compiled on the first build and be done with it, so that we don't need to remember to update them.