Casper

The default theme for Ghost

MIT License

Downloads
17
Stars
2.5K
Committers
112

Bot releases are hidden (Show)

Casper - 3.1.1

Published by daniellockyer about 4 years ago

Compatible with Ghost β‰₯ 3.0.0

Casper - 3.1.0

Published by daniellockyer about 4 years ago

Compatible with Ghost β‰₯ 3.0.0

No user-visible changes in this release.

Casper - 3.0.13

Published by daniellockyer about 4 years ago

Compatible with Ghost β‰₯ 3.0.0

No user-visible changes in this release.

Casper - 3.0.12

Published by daniellockyer over 4 years ago

Compatible with Ghost β‰₯ 3.0.0

No user-visible changes in this release.

Casper - 3.0.11

Published by daniellockyer over 4 years ago

Ships with Ghost 3.12.1 Compatible with Ghost >= 3.0.0

No user-visible changes in this release.

Casper - 3.0.10

Published by daniellockyer over 4 years ago

Ships with Ghost 3.12.0 Compatible with Ghost >= 3.0.0

No user-visible changes in this release.

Casper - 3.0.9

Published by daniellockyer over 4 years ago

Ships with Ghost 3.10.0 Compatible with Ghost >= 3.0.0

  • πŸ› Subscribe overlay fixes - Peter Zimon
  • πŸ› Fixed image alignment for small images - Peter Zimon
Casper - 3.0.8

Published by daniellockyer over 4 years ago

Ships with Ghost 3.9.0 Compatible with Ghost >= 3.0.0

No user-visible changes in this release.

Casper - 3.0.7

Published by daniellockyer over 4 years ago

Ships with Ghost 3.5.0 Compatible with Ghost >= 3.0.0

Casper - 3.0.6

Published by allouis almost 5 years ago

Ships with Ghost 3.3.0 Compatible with Ghost >= 3.0.0

  • πŸ› Removed non-existent variable - Peter Zimon
Casper - 3.0.5

Published by naz almost 5 years ago

Ships with Ghost 3.1.1 Compatible with Ghost >= 3.0.0

  • ✨ Added secondary navigation (#664) - Peter Zimon
Casper - 3.0.4

Published by kevinansfield almost 5 years ago

Ships with Ghost 3.0.3 Compatible with Ghost >= 3.0.0

Casper - 3.0.3

Published by naz almost 5 years ago

Ships with Ghost 3.0.3 Compatible with Ghost >= 3.0.0

  • πŸ› Fixed page style in dark mode - Peter Zimon
Casper - 3.0.2

Published by kevinansfield almost 5 years ago

Ships with Ghost 3.0.2 Compatible with Ghost >= 3.0.0

Casper - 3.0.1

Published by kevinansfield almost 5 years ago

Ships with Ghost 3.0.1 Compatible with Ghost >= 3.0.0

  • πŸ› Fixed images on infinite scroll index pages being stretched and/or low resolution in Safari (#636) - Kevin Ansfield
  • πŸ› Fixed styling and content display on the 404 page (#639) - Peter Zimon
Casper - 3.0.0

Published by allouis almost 5 years ago

Ships with Ghost 3.0.0 Compatible with Ghost >= 3.0.0

Casper - 2.11.2

Published by kevinansfield about 5 years ago

Ships with Ghost 2.32.0 Compatible with Ghost >= 2.10.0

This is the Last 2.x release. It is largely compatible with 3.x for users who want the old design, but doesn't support members or any other new features shipped in 3.x.

Casper - 2.11.1

Published by kevinansfield about 5 years ago

Ships with Ghost 2.30.1 Compatible with Ghost >= 2.10.0

  • 🎨 Improves display of bookmark card which has very long publisher text
Casper - 2.11.0

Published by rishabhgrg about 5 years ago

Ships with Ghost 2.30.0 Compatible with Ghost >= 2.10.0

  • ✨ Added CSS for bookmark card (#607) - Rishabh Garg

A new bookmark card is added in Ghost 2.30.0 which can present links in a much richer format, similar to Twitter cards.

The bookmark card is comprised of the following HTML and requires some additional CSS to ensure that bookmark cards display correctly in the theme.

<figure class="kg-card kg-bookmark-card">
  <a href="[URL]" class="kg-bookmark-container">
    <div class="kg-bookmark-content">
      <div class="kg-bookmark-title">[TITLE]</div>
      <div class="kg-bookmark-description">[DESCRIPTION]</div>
      <div class="kg-bookmark-metadata">
        <img src="[ICON]" class="kg-bookmark-icon">
        <span class="kg-bookmark-author">[AUTHOR]</span>
        <span class="kg-bookmark-publisher">[PUBLISHER]</span>
      </div>
    </div>
    <div class="kg-bookmark-thumbnail">
      <img src="[THUMBNAIL]">
    </div>
  </a>
</figure>
Casper - 2.10.7

Published by rishabhgrg about 5 years ago

Ships with Ghost 2.29.1 Compatible with Ghost >= 2.10.0