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

remove algolia search

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