Skip to content

nileane/Stitch-Blue

Repository files navigation

Stitch Blue for Ghost

A nice and elegant theme for Ghost, inspired by the color Stitch blue.

README is waiting to be redone

Some screenshots

  • Homepage on desktop Screenshot

  • Some article on desktop Screenshot

  • Homepage on mobile Screenshot

  • Some article on mobile Screenshot

Search engine

This theme 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>