Skip to content
Snippets Groups Projects
Commit 42310318 authored by Houtan Bastani's avatar Houtan Bastani
Browse files

switch to Algolia for search

parent 5bde7269
No related branches found
No related tags found
No related merge requests found
......@@ -23,6 +23,7 @@ group :jekyll_plugins do
gem "jekyll-archives"
gem "jekyll-sitemap"
gem "jekyll-include-cache"
gem "jekyll-algolia"
end
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
......
......@@ -66,11 +66,11 @@ atom_feed:
path : # blank (default) uses feed.xml
search : true # true, false (default)
search_full_content : true # true, false (default)
search_provider : # lunr (default), algolia, google
search_provider : algolia # lunr (default), algolia, google
algolia:
application_id : # YOUR_APPLICATION_ID
index_name : # YOUR_INDEX_NAME
search_only_api_key : # YOUR_SEARCH_ONLY_API_KEY
application_id : BOMREI6939 # YOUR_APPLICATION_ID
index_name : dynare # YOUR_INDEX_NAME
search_only_api_key : 360415237a8d56f243d1e7be328d2bb0 # YOUR_SEARCH_ONLY_API_KEY
powered_by : false # true (default), false
google:
search_engine_id : # YOUR_SEARCH_ENGINE_ID
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment