Skip to content

Thlb/ghost-whiletrue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Ghost While True

Ghost version

WhileTrue is a very simple fork of the Ghost default theme Casper. The main page display the posts with a timeline. WhileTrue is enhanced by the same features of awesome Odin's theme.

Features

  • Tested with Ghost 0.11.7
  • Display post's list as a timeline (main page + author posts).
  • Display individual post with Casper display
  • Fully responsive (for mobiles and tablets)
  • Google Analytics (configurable by code injection in the admin area)
  • Pace loading progress bar (configurable by code injection in the admin area)
  • Disqus comments (configurable by code injection in the admin area)
  • Prism Syntax Highlighting (no configuration needed)
  • RRSSB Social Sharing Buttons (no configuration needed)
  • Font Awesome home page Social Link Icons (configurable by code injection in the admin area)

Demo

Coming soon...

Installation

Clone or download the content of this repository inside your Ghost theme folder.

$ cd /path-to-ghost-root
$ git clone https://github.com/thlb/ghost-whiletrue/.git content/themes/whiletrue

# Then restart Ghost, and select the theme on the Admin control pannel.

Configuration

Disqus

Coming soon...

Pace

Pace's Javascript is already included. You just have to specify the theme of the progress bar. Choose a theme here, and paste the css code in the code injection (admin area).

Here's the css code of the 'minimal' theme :

<style>
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;

  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.pace-inactive {
  display: none;
}

.pace .pace-progress {
  background: #29d;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 2px;
}
</style>

Google Analytics

Coming soon...

Font Awesome

Coming soon...

RRSSB

No configuration needed...

Prism

No configuration needed...

Copyright & License

Released under the MIT License.

About

A theme for Ghost (forked from Casper)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published