An open API service indexing awesome lists of open source software.

https://github.com/xiexianbin/hugo-custom-search

html base search demo, support google and bing, use by hugo theme
https://github.com/xiexianbin/hugo-custom-search

bing bootstrap custom-search gohugo google html hugo search

Last synced: about 1 month ago
JSON representation

html base search demo, support google and bing, use by hugo theme

Awesome Lists containing this project

README

        

# hugo-custom-search

html base search demo, support google and bing, use by hugo theme

## config

- google

https://developers.google.com/custom-search/v1/introduction

```
var gcx = "007480820547784409176:acha4wg42mx";
var gkey = "AIzaSyDt6jqGK_DHQZq7mAWU7l0FC6rkbi750J8";
```

- bing

https://www.microsoft.com/en-us/bing/apis/bing-custom-search-api

```
var bCustomConfigurationID = "de0ad813-490c-4823-a02e-8a2aadcac3b9";
var bSubscriptionKey = "b003145681b044768e5fabc29baac24d";
```