MDendura / StayPuft

A fork of Casper, the default theme for Ghost

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

StayPuft

Screenshot

A fork of Casper, the default theme for Ghost.

Features

Demo

This theme is being used in my blog.

Compatibility

The current StayPuft version is 1.3.6, is tested against Ghost 0.11.7 and is expected to work with Ghost 0.9.0.

If the current version of StayPuft is not compatible with the version of Ghost you're running, try looking for an older one in the Releases section.

Installation

  • Download the latest release as a zip file.
  • Rename partials/disqus.hbs.example to partials/disqus.hbs and customize it with your Disqus shortname.
  • Rename partials/sidebar-external.hbs.example to partials/sidebar-external.hbs and customize it with your own external links.
  • Go to your blog's Settings page (typically /admin or /ghost).
  • In the Labs tab, enable the Ghost Public API. This is required for search functionality.
  • In the General tab, upload and activate Staypuft.
  • (Optional) In the Code Injection tab, add any snippets you may need, such as Google Analytics.

If the process fails, try installing the theme manually.

FAQ

  1. Where should I report issues or request a new feature?

The appropriate place to report issues or request new features is the Issues section.

  1. Where should I discuss other topics?

To discuss other topics, please find an appropriate post in my blog's Staypuft tag and post a comment there.

  1. How do I display an excerpt instead of full posts on the frontpage?

This is an often requested feature and one that is not part of the theme by design. That being said, it is very easy to customize the theme to show excerpts and a Read More link:

  • Open partials/loop.hbs.
  • Replace {{content}} with {{excerpt}}.
  • Add a Read More link wherever you want with <a href="{{url}}">Read More</a>.

Copyright & License

Copyright (c) 2013-2017 Ghost Foundation - Released under the MIT license. (Original)
Copyright (c) 2014-2017 David Lecina Fuentes - Released under the MIT license. (Modifications)

About

A fork of Casper, the default theme for Ghost

License:MIT License


Languages

Language:JavaScript 70.9%Language:CSS 14.7%Language:HTML 14.3%