Skip to content

mehrdad-shokri/bleak

 
 

Repository files navigation

Bleak

An elegant AJAX driven theme for Ghost by Peter Amende.

Demo: bleak.zutrinken.com

Screenshots

Features

  • Responsive layout
  • Automatic code syntax highlight and line numbers
  • Disqus support

Setup

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>

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

Copyright & License

Copyright (C) 2015-2019 Peter Amende - Released under the MIT License.

Packages

No packages published

Languages

  • CSS 64.0%
  • HTML 18.6%
  • JavaScript 17.4%