An elegant AJAX driven theme for Ghost. See a demo at: bleak.peteramende.de
If you like this theme, you can buy me a coffee beer.
- Responsive layout
- Automatic code syntax highlight and line numbers
- Disqus support
- Go to Code injection.
- Add this to Blog Header:
<style>
:root {
--color-primary: #D95736;
--color-primary-active: #BF4526;
}
</style>
💬 Setup Disqus
- Go to Code injection.
- Add this to Blog Header:
<script>var disqus = 'YOUR_DISQUS_SHORTNAME';</script>
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-2021 Peter Amende - Released under the MIT License.