A multi-column theme with a unique card layout for Ghost
Go to file
2021-12-08 13:46:35 +08:00
.github/workflows Switch default branch to main 2021-08-05 14:46:40 +08:00
assets Add alternate blockquote style 2021-12-08 13:46:35 +08:00
partials Add custom settings 2021-11-05 16:21:16 +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 2021 2021-01-25 17:42:09 +00:00
package.json Update dependency gscan to v4.15.2 2021-12-02 19:15:15 +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 Fix download link 2021-08-16 16:41:08 +08: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 gscan to v4.15.2 2021-12-02 19:15:15 +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-2021 Ghost Foundation - Released under the MIT license.