~xdavidwu/xdavidwu.link

ref: 11358a12c763501d74f61e7e798cfbeceb3d7c35 xdavidwu.link/_layouts/search.html -rw-r--r-- 1.5 KiB
fb6dbfd7 — Eric Fung 6 years ago
Fix function name for Google Custom Search (#1983)

fbafe58e40b1bd4a2628aef1eb5955ab57dcfaf4 renamed the function in the
scripts file, but did not rename the call sites.
32163e3b — Michael Rose 6 years ago
Merge branch 'master' of https://github.com/mmistakes/minimal-mistakes
616694c1 — Michael Rose 6 years ago
Merge branch 'master' of https://github.com/mmistakes/minimal-mistakes
079909bc — user414 6 years ago
Implement feature #1652 google custom search support.  (#1667)

Implement feature #1652 google custom search support. For now we only support the look and feel "results only" and the engine must be set to use that layout. Add a google section to the search providers and search_form and search layout.

Close #1652
4606e4dd — Michael Rose 7 years ago
Add `id` to page title
07ddf948 — Michael Rose 7 years ago
Convert EOL sequence to LF
f814f006 — Michael Rose 7 years ago
Add Algolia search provider (#1531)

* Support Lunr and Algolia search providers
* Document search providers and configuration
* Update CHANGELOG and history

close #1416
7815e717 — Michael Rose 7 years ago
Feature: Incorporate site search into masthead (#1383)

* Integrate search into masthead
* Fix cutoff descenders in archive article titles
* Remove search page from `/test` site
* Enable masthead search
* Remove dedicated search page
* Fix masthead search form padding
* Improve insertion of search content
* Speed up page transition
* Add fade transition to search content
* Rename visibility class names
* Add `site.search` to _config.yml
* Document site search feature
* Update CHANGELOG and history
8610e14c — Michael Rose 7 years ago
Replace hardcoded text with strings stored in `_data` file
551e21b4 — Nick Garlis 7 years ago
Add Lunr Search (#1353)

* Add `search.html` layout and JavaScript
* Move `{{ content }}` before search input
* Add spaces for consistency

Close #1011