diff --git a/_config.yml b/_config.yml
index 59cc343d..cf23e316 100644
--- a/_config.yml
+++ b/_config.yml
@@ -73,12 +73,12 @@ atom_feed:
path: # blank (default) uses feed.xml
search: true #true # true, false (default)
search_full_content: # 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
- powered_by: # true (default), false
+ application_id: OCL08AWWSO # YOUR_APPLICATION_ID
+ index_name: pyopensci # YOUR_INDEX_NAME
+ search_only_api_key: 42e1fb9616225e65d332af46f27dba9f # YOUR_SEARCH_ONLY_API_KEY
+ powered_by: true # true (default), false
google:
search_engine_id: # YOUR_SEARCH_ENGINE_ID
instant_search: # false (default), true
@@ -91,10 +91,7 @@ naver_site_verification:
# Social Sharing
twitter:
username:
-facebook:
- username:
- app_id:
- publisher:
+
og_image: # Open Graph/Twitter default site image
# For specifying social profiles
# - https://developers.google.com/structured-data/customize/social-profiles
diff --git a/_includes/search/algolia-search-scripts.html b/_includes/search/algolia-search-scripts.html
index 5b285b2b..30aaf983 100644
--- a/_includes/search/algolia-search-scripts.html
+++ b/_includes/search/algolia-search-scripts.html
@@ -1,62 +1,174 @@
-
-
-
-
-
+
+
+
diff --git a/_includes/search/google-search-scripts.html b/_includes/search/google-search-scripts.html
deleted file mode 100644
index 85faca16..00000000
--- a/_includes/search/google-search-scripts.html
+++ /dev/null
@@ -1,30 +0,0 @@
-
diff --git a/_includes/search/lunr-search-scripts.html b/_includes/search/lunr-search-scripts.html
deleted file mode 100644
index 4f11775e..00000000
--- a/_includes/search/lunr-search-scripts.html
+++ /dev/null
@@ -1,10 +0,0 @@
-{% assign lang = site.locale | slice: 0,2 | default: "en" %}
-{% case lang %}
-{% when "gr" %}
- {% assign lang = "gr" %}
-{% else %}
- {% assign lang = "en" %}
-{% endcase %}
-
-
-