18 lines
356 B
Markdown
18 lines
356 B
Markdown
![]() |
title: Google CSE Plugin
|
||
|
date: 2018-01-01
|
||
|
categories:
|
||
|
- Configuration
|
||
|
- Search Plugins
|
||
|
search:
|
||
|
type: google-cse
|
||
|
cx: 006888261376761189075:h9ecq7wzdlc
|
||
|
---
|
||
|
|
||
|
[Installation instructions](https://cse.google.com/cse/create/new)
|
||
|
|
||
|
{% codeblock lang:yaml _config.yml %}
|
||
|
search:
|
||
|
type: google-cse
|
||
|
cx: xxxxxxxxxxxxxxxxx # (required)
|
||
|
{% endcodeblock%}
|