-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add search box #73
Comments
I am currently trying out DocSearch and will report back.... more comments welcome, of course. You can see DocSearch in action at https://jekyllrb.com/ – e.g., type "search" into the search box. |
I applied for free DocSearch (2 days ago and again today):
We'll see if they reply eventually. They promise
|
Algolia set up their crawler and we only have to add a search box to our site and include the following code:
|
https://community.algolia.com/algoliasearch-jekyll-hyde/ is what I want to get... see https://github.com/algolia/algoliasearch-jekyll-hyde However, the above is considered deprecated so ought to look at https://github.com/algolia/jekyll-algolia and the tutorial Algolia for Jekyll. |
- closes #73 - uses Algolia free plan with configuration at https://github.com/algolia/docsearch-configs/blob/master/configs/mdanalysis.json - Algolia index is updated every 24 hours. - NOTE: needed to set site.baseurl to empty to make local testing work; according to https://byparker.com/blog/2014/clearing-up-confusion-around-baseurl/ we do NOT need to use it. When running locally my installation failed to load local js and only after setting baseurl to empty would it work. (See #16 (comment))
- closes #73 - uses Algolia free plan with configuration at https://github.com/algolia/docsearch-configs/blob/master/configs/mdanalysis.json - Algolia index is updated every 24 hours. - NOTE: needed to set site.baseurl to empty to make local testing work; according to https://byparker.com/blog/2014/clearing-up-confusion-around-baseurl/ we do NOT need to use it. When running locally my installation failed to load local js and only after setting baseurl to empty would it work. (See #16 (comment))
It would be nice to be able to search the pages, especially the blog. Possibilities:
The text was updated successfully, but these errors were encountered: