From 7889fd98b0c8996281313b4224a4821b793a0a59 Mon Sep 17 00:00:00 2001 From: Kitzunu <24550914+Kitzunu@users.noreply.github.com> Date: Fri, 9 Jul 2021 04:03:31 +0200 Subject: chore: update search to google (#588) --- _config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_config.yml b/_config.yml index 109dfae..d2e9900 100644 --- a/_config.yml +++ b/_config.yml @@ -43,10 +43,10 @@ use_prose_io: false # - github : it uses internal github repository search # - google : it uses cse search bar, you need to configure google_cse_token # -search_engine : "github" +search_engine : "google" # Setting google custom search engine for google # cse search bar (https://cse.google.it/cse/) -google_cse_token: +google_cse_token: 3211b10d74ee61986 # # Jekyll configurations -- cgit