Skip to content

Releases: nileane/Stitch-Blue

GhostHunter support

16 Jun 16:21
Compare
Choose a tag to compare

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>

Cleaning up the theme

16 Jun 16:03
08f70a6
Compare
Choose a tag to compare
Updating version string (#69)

Updating version string

First tagged released using semantic versioning

28 Jul 09:15
Compare
Choose a tag to compare
Merge pull request #44 from postblue/ghost-1.0.0

Update theme so it's compatible with Ghost 1.0.0