Kava
BRVTAL GHOST THEME.
Screenshots


Setup Disqus
- Go to Code injection.
- Add this to Blog Header:
<script>var disqus = 'YOUR_DISQUS_SHORTNAME';</script>
Setup search
The search function is build with ghostHunter:
- 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';
//optional: set your custom ghost_root url, default is "/ghost/api/v2"
var ghost_root_url = '/ghost/api/v2';
</script>
Development
Install Grunt:
npm install -g grunt-cli
Install Grunt modules:
npm install
Install Bower:
npm install -g bower
Install Bower components:
bower install
Build Grunt project:
grunt
Distribute Grunt project:
grunt build