A multi-column theme with a unique card layout for Ghost
Go to file
2022-01-07 18:50:48 +00:00
.github/workflows Switch default branch to main 2021-08-05 14:46:40 +08:00
assets Header card tweaks 2021-12-17 16:55:07 +08:00
partials Show post navigation image only if it exists 2022-01-07 11:19:23 +08:00
.editorconfig Add prettier config file and format main js file 2020-09-28 14:49:39 +08:00
.gitignore Add prettier config file and format main js file 2020-09-28 14:49:39 +08:00
author.hbs Fix members-only post visibility 2020-11-09 17:37:24 +08:00
default.hbs Add custom settings 2021-11-05 16:21:16 +08:00
gulpfile.js Fix zipper 2020-12-03 11:30:35 +08:00
index.hbs Fix members-only post visibility 2020-11-09 17:37:24 +08:00
LICENSE 2022 2022-01-06 13:52:32 +00:00
package.json Update dependency cssnano to v5.0.15 2022-01-07 18:50:48 +00:00
page.hbs Update content styles 2021-11-22 14:33:21 +08:00
post.hbs Update content styles 2021-11-22 14:33:21 +08:00
README.md 2022 2022-01-06 13:52:32 +00:00
renovate.json Custom renovate config 2021-01-05 12:41:07 +08:00
tag.hbs Fix members-only post visibility 2020-11-09 17:37:24 +08:00
yarn.lock Update dependency cssnano to v5.0.15 2022-01-07 18:50:48 +00:00

Ruby

A multi-column theme with a unique card layout. Share your posts with contemporary style. Completely free and fully responsive, released under the MIT license.

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/<theme-name>.zip, which you can then upload to your site.

yarn zip

PostCSS Features Used

  • Autoprefixer - Don't worry about writing browser prefixes of any kind, it's all done automatically with support for the latest 2 major versions of every browser.

Copyright & License

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