An elegant AJAX driven theme for Ghost by Peter Amende.
Demo: bleak.zutrinken.com
- Responsive layout
- Automatic code syntax highlight and line numbers
- Disqus support
To enable Disqus comments go to your blogs code injection settings and add <script>var disqus="YOUR_DISQUS_SHORTNAME";</script>
to your blog header.
You can make the navigation stick to the top by adding the following lines via code injection:
<style>
#wrapper {
padding-top: 4em;
}
#nav {
position: fixed;
}
</style>
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.