nitinthewiz / ghost-phantom

Phantom theme for Ghost

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Phantom

A minimalistic theme for Ghost inspired by the Designmodo Journal.

Phantom

Installation

  1. Download the theme from GitHub.
  2. Upload the theme as described in the Ghost Documentation.

Looking for more instructions? Sorry, it's just that easy.

Enabling Disqus Comments

If you want to enable comments, simply open post.hbs and remove the exclamation mark in the comments block, so {{!> comments}} becomes {{> comments}}.

You'll also need to enter your Disqus "shortname". Just head on over to the Disqus website and register for an account. They'll give you a small snippet of code, but all we need from it is the following line:

var disqus_shortname = 'YOUR_SHORTNAME_HERE';

Once you have that, just open partials/comments.hbs and replace the YOUR_SHORTNAME_HERE variable with the one Disqus gave you. Try not to edit any other settings or replace the code though, it's preconfigured to work with Ghost.

Forking and derivatives

I don't really mind what you do with this project, as long as your blog looks awesome. I'd appreciate if you left the <meta name="designer"> as Hayden Bleasel. I think it'd be good if you make some reference back to me so people can find the source project, but other than that just have fun. Also, if you're going to make style edits I recommend creating a new stylesheet and linking that up so you can still fetch the latest updates from here without losing all your changes.

Credits

I'd like to give a huge thank you to David Dupouy from FounderSquad for helping me resolve a number of issues with the theme and introduce a new "featured images" functionality.

About

Phantom theme for Ghost

License:MIT License


Languages

Language:HTML 49.5%Language:CSS 44.1%Language:JavaScript 6.4%