SkillAgentSearch skills...

Bleak

Ghost Theme

Install / Use

/learn @zutrinken/Bleak
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Bleak

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.

Screenshots

<table> <tr> <td valign="top"> <img src="https://raw.githubusercontent.com/zutrinken/bleak/master/src/screenshot-desktop.jpg" /> </td> <td valign="top"> <img src="https://raw.githubusercontent.com/zutrinken/bleak/master/src/screenshot-mobile.jpg" /> </td> </tr> </table>

⭐️Features

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

🎨 Setup custom color

  1. Go to Code injection.
  2. Add this to Blog Header:
<style>
  :root {
    --color-primary: #D95736;
    --color-primary-active: #BF4526;
  }
</style>

💬 Setup Disqus

  1. Go to Code injection.
  2. Add this to Blog Header:
<script>var disqus = 'YOUR_DISQUS_SHORTNAME';</script>

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

Related Skills

View on GitHub
GitHub Stars535
CategoryDevelopment
Updated4d ago
Forks132

Languages

SCSS

Security Score

95/100

Audited on Apr 1, 2026

No findings