A minimalistic theme for Ghost inspired by Cactus for Mac.
- Download the theme from GitHub.
- Upload the theme as described in the Ghost Documentation.
Looking for more instructions? Sorry, it's just that easy.
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.
This project was once authored and designed by Hayden Bleasel. I've taken over responsibility for maintenance of this but I'll include his message below as it stands the test of time and should be remembered.
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 Mark Preston. 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.