mmoralesf / bleak

Ghost Theme

Home Page:https://bleak.zutrinken.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bleak

An elegant AJAX driven theme for Ghost by Peter Amende.


Hint: This theme works with AJAX, so it won’t work with multiple domains properly! Use redirects to only one domain instead. Also make sure you haven’t jQuery injected in your footer due to Ghosts migration method. This can break the layout!

Demo

Screenshots

Features

  • Responsive layout
  • Blog navigation
  • Post navigation
  • Cover images for blog, tag and author archives
  • Featured posts style
  • Automatic code syntax highlight and line numbers
  • Disqus support
  • Subscribers support
  • Sharing buttons

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.

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-2018 Peter Amende - Released under the MIT License.

About

Ghost Theme

https://bleak.zutrinken.com/

License:MIT License


Languages

Language:CSS 63.2%Language:JavaScript 28.1%Language:HTML 8.7%