From beabd7524e6ce321cb53b641136b63a4d14084e7 Mon Sep 17 00:00:00 2001 From: Houtan Bastani <houtan@dynare.org> Date: Tue, 30 Oct 2018 11:00:50 +0100 Subject: [PATCH] remove algolia search --- Gemfile | 1 - _config.yml | 8 ++++---- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index 7ff29ba..375ee76 100644 --- a/Gemfile +++ b/Gemfile @@ -23,7 +23,6 @@ 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 diff --git a/_config.yml b/_config.yml index c4a37fd..5f22ff7 100644 --- a/_config.yml +++ b/_config.yml @@ -68,10 +68,10 @@ search : false # true, false (default) search_full_content : true # true, false (default) search_provider : lunr # lunr (default), algolia, google algolia: - 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 + application_id : # YOUR_APPLICATION_ID + index_name : # YOUR_INDEX_NAME + search_only_api_key : # YOUR_SEARCH_ONLY_API_KEY + powered_by : # true (default), false google: search_engine_id : # YOUR_SEARCH_ENGINE_ID instant_search : # false (default), true -- GitLab