A multi-column theme with a unique card layout for Ghost
Go to file
2024-09-17 17:35:29 +00:00
assets Fixed bookmark card text color 2024-07-10 18:11:37 +08:00
partials Cleaned up theme files after merging the old history 2022-09-09 14:44:35 +08:00
author.hbs Migration (#98) 2022-07-12 20:09:02 +08:00
default.hbs Better handling footer without secondary navigation 2023-06-19 16:15:47 +08:00
gulpfile.js Fixed gulp error on non existing directory 2024-05-07 12:09:31 +08:00
index.hbs Migration (#98) 2022-07-12 20:09:02 +08:00
LICENSE 2023 2023-08-03 21:06:41 +01:00
package.json chore(deps): update dependency gscan to v4.43.5 2024-09-17 17:35:29 +00:00
page.hbs Added support for hiding page title and feature image (#262) 2023-08-01 07:52:02 +08:00
post.hbs Add comments support (#133) 2022-08-12 21:53:28 +08:00
README.md 2023 2023-08-03 21:06:41 +01:00
tag.hbs Migration (#98) 2022-07-12 20:09:02 +08:00

Ruby

A multi-column Ghost theme with a unique card layout. Make your publication more organized with cards and widgets.

Demo: https://ruby.ghost.io

Instructions

  1. Download this theme
  2. Log into Ghost, and go to the Design settings area to upload the zip file

Development

Styles are compiled using Gulp/PostCSS to polyfill future CSS spec. You'll need Node, Yarn and Gulp installed globally. After that, from the theme's root directory:

# Install
yarn

# Run build & watch for changes
yarn dev

Now you can edit /assets/css/ files, which will be compiled to /assets/built/ automatically.

The zip Gulp task packages the theme files into dist/ruby.zip, which you can then upload to your site.

yarn zip

Contribution

This repo is synced automatically with TryGhost/Themes monorepo. If you're looking to contribute or raise an issue, head over to the main repository TryGhost/Themes where our official themes are developed.

Copyright & License

Copyright (c) 2013-2023 Ghost Foundation - Released under the MIT license.