|
|
|
# Configure GhostHunter as search engine
|
|
|
|
|
|
|
|
To configure GhostHunter as your Search Engine, you must follow this steps:
|
|
|
|
|
|
|
|
1. Create a **Custom integration** named **GhostHunter**
|
|
|
|
2. Copy the **Content API Key**
|
|
|
|
3. From the Ghost **Code injection**, insert the following code into the _Site Header_
|
|
|
|
```html
|
|
|
|
<script type="text/javascript">
|
|
|
|
var ghosthunter_key = '<YOUR_CONTENT_API_KEY>';
|
|
|
|
</script>
|
|
|
|
``` |