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
- Host: GitHub
- URL: https://github.com/xiexianbin/hugo-custom-search
- Owner: xiexianbin
- Created: 2019-09-21T14:25:41.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-07-22T03:30:48.000Z (almost 3 years ago)
- Last Synced: 2025-01-26T18:32:35.232Z (3 months ago)
- Topics: bing, bootstrap, custom-search, gohugo, google, html, hugo, search
- Language: JavaScript
- Homepage: https://xiexianbin.github.io/hugo-custom-search/
- Size: 31.3 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# hugo-custom-search
html base search demo, support google and bing, use by hugo theme
## config
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";
```