earthlab / dev-earthlab-site

Development of active learning focused data intensive university classroom materials.
MIT License
0 stars 3 forks source link

Search / filter pages #7

Closed lwasser closed 7 years ago

lwasser commented 8 years ago

Jekyll builds the entire site which makes dynamic searching difficult. however one work around is to use JSON to store a record of all pages and generate a search that way

https://github.com/cobbler/jekyll-dynamic-search

we might be able to use this as a work around to generate drop downs that allow users to filter content based upon YAML elements.

lwasser commented 8 years ago

Another implementation of this: http://jekyll.tips/jekyll-casts/jekyll-search-using-lunr-js/

lwasser commented 7 years ago

This issue was moved to earthlab/earthlab.github.io#24