A multi-column theme with a unique card layout for Ghost
Go to file
2021-02-22 00:38:05 +00:00
.github/workflows Add a test 2021-01-11 11:31:12 +08:00
assets Rebuild assets 2021-02-10 17:48:02 +08:00
partials Fix members-only post visibility 2020-11-09 17:37:24 +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 Remove Instagram 2020-09-24 10:33:22 +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 stylelint to v13.11.0 2021-02-22 00:38:05 +00:00
page.hbs Code formatting 2020-09-24 10:25:42 +08:00
post.hbs Comment placeholder 2020-09-24 10:27:14 +08:00
README.md 2021 2021-01-25 17:42:09 +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 stylelint to v13.11.0 2021-02-22 00:38:05 +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.