Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nitinthewiz/ghost-phantom
Phantom theme for Ghost
https://github.com/nitinthewiz/ghost-phantom
ghost ghost-theme theme
Last synced: 10 days ago
JSON representation
Phantom theme for Ghost
- Host: GitHub
- URL: https://github.com/nitinthewiz/ghost-phantom
- Owner: nitinthewiz
- License: mit
- Created: 2014-03-09T13:44:15.000Z (over 10 years ago)
- Default Branch: phantom
- Last Pushed: 2020-02-11T17:32:20.000Z (over 4 years ago)
- Last Synced: 2024-10-29T16:18:07.154Z (10 days ago)
- Topics: ghost, ghost-theme, theme
- Language: HTML
- Homepage:
- Size: 3.77 MB
- Stars: 434
- Watchers: 15
- Forks: 121
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - nitinthewiz/ghost-phantom - Phantom theme for Ghost (others)
README
# Phantom
A minimalistic theme for [Ghost](https://ghost.org/) inspired by the [Designmodo Journal](http://journal.designmodo.com/).
![Phantom](assets/images/mockup.jpg)
## Installation
1. Download the theme from GitHub.
2. Upload the theme as described in the [Ghost Documentation](http://docs.ghost.org/usage/settings/).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](http://disqus.com/) 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:
```js
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 `` 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](http://foundersquad.com/en/articles/) for helping me resolve a number of issues with the theme and introduce a new "featured images" functionality.