All Projects → wbkd → ghost-wbkd

wbkd / ghost-wbkd

Licence: WTFPL license
A ghost/journey theme.

Programming Languages

CSS
56736 projects
javascript
184084 projects - #8 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to ghost-wbkd

Steam
A clean and minimal theme for Ghost.
Stars: ✭ 170 (+68.32%)
Mutual labels:  ghost
London
A free, open source theme for Ghost
Stars: ✭ 212 (+109.9%)
Mutual labels:  ghost
obsidian-journey-plugin
Discover the story between your notes in Obsidian
Stars: ✭ 93 (-7.92%)
Mutual labels:  journey
Casper
The default theme for Ghost
Stars: ✭ 2,274 (+2151.49%)
Mutual labels:  ghost
Starter
A development starter theme for Ghost
Stars: ✭ 195 (+93.07%)
Mutual labels:  ghost
Mnml Ghost Theme
A minimal, responsive, fast ghost blog theme with great typography. Comes with paid membership support, Disqus comments, syntax highlighting, and KaTeX for mathematics, and more.
Stars: ✭ 235 (+132.67%)
Mutual labels:  ghost
Editorial
A free, open source theme for Ghost
Stars: ✭ 164 (+62.38%)
Mutual labels:  ghost
prathimacode-hub
Hello everyone, Welcome to my GitHub README profile. Glad to see you here! Check out this repository to view my work and learn more about me. Don't just star it, fork it as well.📢✌️
Stars: ✭ 53 (-47.52%)
Mutual labels:  journey
Action Deploy Theme
Deploy your Ghost theme with Github Actions
Stars: ✭ 197 (+95.05%)
Mutual labels:  ghost
Competitive-Programming-Solutions
COMPETITIVE PROGRAMMING PRACTICE QUESTIONS
Stars: ✭ 28 (-72.28%)
Mutual labels:  journey
X Ray
Visual debugger for your HTML, executable via a bookmark
Stars: ✭ 188 (+86.14%)
Mutual labels:  ghost
Fizzy Theme
🥤A tasty blogging theme for Ghost.
Stars: ✭ 194 (+92.08%)
Mutual labels:  ghost
Easter Egg Collection
🐰 A funny library for tricking your colleagues.
Stars: ✭ 249 (+146.53%)
Mutual labels:  ghost
Boo
Boo - A beautiful, clean and responsive theme for Ghost.
Stars: ✭ 176 (+74.26%)
Mutual labels:  ghost
journey
A conductor routing helper library
Stars: ✭ 35 (-65.35%)
Mutual labels:  journey
Awesome Static Hosting And Cms
A collection of awesome static hosting & CMS providers
Stars: ✭ 163 (+61.39%)
Mutual labels:  ghost
Ghost Android
🤖 Ghost for Android
Stars: ✭ 215 (+112.87%)
Mutual labels:  ghost
filisantillan.com
My official site
Stars: ✭ 16 (-84.16%)
Mutual labels:  ghost
visualize-data-with-python
A Jupyter notebook using some standard techniques for data science and data engineering to analyze data for the 2017 flooding in Houston, TX.
Stars: ✭ 60 (-40.59%)
Mutual labels:  journey
shunkakinoki
My Life Journey Towards Obliterating the Galaxy 🚀🔭🌄
Stars: ✭ 17 (-83.17%)
Mutual labels:  journey

ghost-wbkd

A ghost/journey theme.

⚠️ 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. ⚠️

screenshot

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.

<!--Change this to customize the navigation-->
<div class="taglist-wrapper clearfix">
  <ul id="taglist" class="taglist">
      <li><a href="{{@blog.url}}">Home</a></li>
      <li><a href="https://github.com/tag/javascript">javascript</a></li>
      <li><a href="https://github.com/tag/nodejs">nodejs</a></li>
      <li><a href="https://github.com/tag/data-visualization">data visualization</a></li>
      <li><a href="https://github.com/tag/d3">d3</a></li>
      <li><a href="https://github.com/tag/maps">maps</a></li>
  </ul>
</div>

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.

<!--Change this to your homepage-->
<p>See our latest projects at <a href="http://www.webkid.io">webkid.io</a></p>

<!--Change the links to your sites-->
<div class="sidebox box social clearfix">
  <ul>
    <a href="https://github.com/rss" target="_blank" class="social-item rss"><li><i class="fa fa-rss"></i></li></a>
    <a href="http://twitter.com/webk1d" target="_blank" class="social-item tw"><li><i class="fa fa-twitter"></i></li></a>
    
    <a href="http://github.com/wbkd" target="_blank" class="social-item github"><li><i class="fa fa-github"></i></li></a>
    
    <a href="http://webkid.io" target="_blank" class="social-item home"><li><i class="fa fa-home"></i></li></a>
  </ul>
</div>

Authors

Moritz Klack and Christopher Möller of webkid.io.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].