Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/wbkd/ghost-wbkd
- Owner: wbkd
- License: wtfpl
- Created: 2015-06-05T20:10:28.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-11-16T09:40:19.000Z (about 7 years ago)
- Last Synced: 2024-11-03T18:34:33.622Z (3 months ago)
- Topics: ghost, journey, theme
- Language: CSS
- Homepage: http://blog.webkid.io/
- Size: 260 KB
- Stars: 102
- Watchers: 11
- Forks: 51
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - wbkd/ghost-wbkd - A ghost/journey theme. (others)
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).