Skip to content

GhostHunter support

Latest
Compare
Choose a tag to compare
@gllmhyt gllmhyt released this 16 Jun 16:21
· 6 commits to master since this release

The theme now includes the ghostHunter search engine on a dedicated page we handle with the custom template page-search.hbs. You either need to create a static page with the search slug or to move the file to a matching page-:slug.hbs.

To use ghostHunter, you need to create a Custom Integration and inject its Content API key into your blog header:

  • Go to Integrations
  • Choose Add custom integration, name it ghostHunter and choose Create. Copy the generated Content API Key.
  • Go to Code injection
  • Add this to Blog Header:
<script>
  var ghosthunter_key = 'PASTE_THE_GENERATED_KEY_HERE';
</script>