Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/wbkd/ghost-wbkd

A ghost/journey theme.
https://github.com/wbkd/ghost-wbkd

ghost journey theme

Last synced: 3 months ago
JSON representation

A ghost/journey theme.

Awesome Lists containing this project

README

        

# ghost-wbkd
A [ghost](https://ghost.org/)/[journey](https://github.com/kabukky/journey) theme.

:warning: We are **not using** this theme for our blog **anymore**. The development of new features will be therefore **discontinued**. We will still maintain this repository merging pull requests and fixing major issues. If you like to help, introducing new features, please start opening a pull-request. :warning:

![screenshot](https://raw.githubusercontent.com/wbkd/ghost-wbkd/master/screenshot.jpg)

### Install

To install the theme, clone this repository into your theme folder of your ghost installation:

```
$ cd path-to-ghost/content/themes
$ git clone https://github.com/wbkd/ghost-wbkd.git
```

After that, restart the blog and select the webkid theme in your ghost admin panel.

### Customize

Due to restrictions of the Ghost templates, some values are hard-coded at the moment. To customize the theme, you have to edit the Handlebars templates in the theme folder.

**Disqus**

To enable the Disqus comment module, you have to add you Disqus username in the ```post.hbs``` file:

```
var disqus_shortname = 'example'; // required: replace example with your forum shortname
```

**Navigation**

For changing the navigation links and labels, you have to edit the ```partials/header.hbs``` file.

```


```

**Sidebar Widgets**

There are three widgets in the sidebar: About, Social and Latest Articles. The latest articles are pulled automatically from the RSS-Feed of your page. If you want to change the url of your RSS-Feed, you have to edit the ```assets/js/webkid.js``` file.

The other two widgets are configured in the ```partials/sidebar.hbs``` template.

```

See our latest projects at webkid.io


```

### Authors

[Moritz Klack](http://twitter.com/moklick) and [Christopher Möller](http://twitter.com/chrtze) of [webkid.io](http://www.webkid.io).