https://github.com/oncomouse/middleman-tipue-search-example
Searching a Middleman blog using Tipue
https://github.com/oncomouse/middleman-tipue-search-example
Last synced: over 1 year ago
JSON representation
Searching a Middleman blog using Tipue
- Host: GitHub
- URL: https://github.com/oncomouse/middleman-tipue-search-example
- Owner: oncomouse
- Created: 2014-12-11T17:55:32.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-12-11T17:56:50.000Z (over 11 years ago)
- Last Synced: 2025-01-21T15:48:47.348Z (over 1 year ago)
- Language: Ruby
- Size: 117 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Implementing Middleman blog search using [Tipue](http://www.tipue.com/search/). This is a slightly more robust solution than the one proposed in [middleman-search-example](https://github.com/joelhans/middleman-search-example).
This example uses [bower](http://bower.io/) to install jQuery, so you can run ``bower install`` to add jQuery.
To not use bower or if you prefer to load jQuery via CDN anyway, just remove the line that reads ``//=require jquery`` in ``source/javascripts/tipue-all.js`` and change the line ``= javascript_include_tag "bower_components/jquery/dist/jquery"`` to ``= javascript_include_tag "//ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"`` in ``source/layouts/layout.haml``.