Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/zutrinken/bleak

Ghost Theme
https://github.com/zutrinken/bleak

blog ghost theme

Last synced: 6 days ago
JSON representation

Ghost Theme

Awesome Lists containing this project

README

        

# Bleak

An elegant AJAX driven theme for [Ghost](https://github.com/tryghost/ghost/). See a demo at: [bleak.peteramende.de](https://bleak.peteramende.de/)

If you like this theme, you can buy me a ~~coffee~~ [beer](https://paypal.me/zutrinken).

## Screenshots

## ⭐️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__:
````

:root {
--color-primary: #D95736;
--color-primary-active: #BF4526;
}

````

## 💬 Setup [Disqus](https://disqus.com/)

1. Go to __Code injection__.
2. Add this to __Blog Header__:
````
var disqus = 'YOUR_DISQUS_SHORTNAME';
````

## Sticky Header

You can make the navigation stick to the top by adding the following lines via code injection:

```

#wrapper {
padding-top: 4em;
}
#nav {
position: fixed;
}

```

## Development

Install [Grunt](http://gruntjs.com/getting-started/):

npm install -g grunt-cli

Install Grunt modules:

npm install

Install [Bower](https://bower.io):

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](https://github.com/zutrinken/bleak/blob/master/LICENSE).