diff options
| author | Kitzunu <24550914+Kitzunu@users.noreply.github.com> | 2021-07-09 04:03:31 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-09 04:03:31 +0200 |
| commit | 7889fd98b0c8996281313b4224a4821b793a0a59 (patch) | |
| tree | e85afa10a3a3db9746fc566e18a2053cf63f9844 | |
| parent | 20ba0fe8088cd046c1cf973b43d8dc0f4a956f15 (diff) | |
| download | wiki-7889fd98b0c8996281313b4224a4821b793a0a59.tar.gz wiki-7889fd98b0c8996281313b4224a4821b793a0a59.tar.bz2 wiki-7889fd98b0c8996281313b4224a4821b793a0a59.zip | |
chore: update search to google (#588)
| -rw-r--r-- | _config.yml | 4 |
1 files 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 |
