BRVTAL GHOST THEME
Demo: kava.zutrinken.com
Setup Disqus
- Go to Code injection.
- Add this to Blog Header:
<script>var disqus = 'YOUR_DISQUS_SHORTNAME';</script>
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>
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
Copyright (C) 2015-2019 Peter Amende - Released under the MIT License.