Skip to content

Releases: kelyvin/ghost-caffeine-theme

Caffeine Theme v4.1.0

23 Feb 23:28
45ce31b
Compare
Choose a tag to compare

Better social link usage and auto-remove social links that have not been specified by the config.

Changes

  • Merge pull request (#74)
  • Enhance the above pull request by also auto-removing social links that are not specified in the config
  • Fix code hovering bug (#77)

Caffeine Theme v4.0.1

28 Jan 03:08
18ee39e
Compare
Choose a tag to compare

Add support for Ghost v2 by updating our CSS definitions, adding kg-*CSS selectors, and maintaining our own image sizing rules for Markdown editing.

Changes

  • Font Awesome 5 support (#70)

Caffeine Theme v4.0.0

03 Sep 04:29
4dda053
Compare
Choose a tag to compare

Add support for Ghost v2 by updating our CSS definitions, adding kg-*CSS selectors, and maintaining our own image sizing rules.

Caffeine Theme v3.0.6

13 Aug 09:44
Compare
Choose a tag to compare

This latest release should now support Ghost v1.* moving forward.

Thanks to the pull requests made by you all, this should include changes to templates, dependency locks, and other config updates.

Because the Ghost migration is a major update, please let me know if you run into any issues.

Changes

  • Merged two pull requests for Ghost v1.* support
  • Updated meta tag position to use proper favicon
  • Add default number of posts to 6 within package.json
  • Update footer copy to "Published with Ghost"
  • Updated GA to ga-lite to resolve open issue with PageSpeed Insights
  • Solved issue (#55): youtube video embedding resulted in cut content because of youtube's code injection
  • Solved issue (#57): back button in static pages did not redirect properly

Merged Pull Requests:

Caffeine Theme v2.9.0

08 May 02:35
Compare
Choose a tag to compare

Add author attributions and dedicated author pages.

Changes

  • Every post will now display the author who wrote the post
  • Created a dedicated "author" page to display a list of posts by that author.

Caffeine Theme v2.8.6

13 Mar 09:08
Compare
Choose a tag to compare

Upgrade font-awesome to 4.7.0, improve styling for tables, and general bug fixes

Changes

  • Fix bug with comments link and fix tag url (3412839)
  • Update font-awesome version (fe30f52)
  • Improve styling for tables and force update font-awesome version (7b94e8e)

Caffeine Theme v2.8.4

10 Feb 07:28
Compare
Choose a tag to compare

Bug fixes.

Changes:

  • Fix Issue #31,#32 to show blog title in copyright and add better margins for navigation links on the aside
  • Fix tag list layout padding on search page.

Caffeine Theme v2.8.2

12 Dec 08:08
Compare
Choose a tag to compare

Fix issue #26 & #27 for overflow text and table overflow on mobile.

Caffeine Theme v2.7.8

05 Dec 01:41
Compare
Choose a tag to compare

Add better AMP support and customization options.

Changes

  • Add a amp.hbs template to allow easier customizations to the AMP layout.
  • Modify AMP layout to better match the Caffeine theme.
  • Update README with AMP instructions.
  • Include better iframe support for rendering in either AMP or desktop/mobile.
  • Unification of font families.
  • Minor typo fixes.

Caffeine Theme v2.7.8

14 Nov 01:33
Compare
Choose a tag to compare

Features:

  • Add support for table styling.
  • Fix superscript and subscript styling
  • Merge focus on search input field from @andrewlock (efc1cdf)