A multi-column theme with a unique card layout for Ghost
Go to file
2024-08-30 13:14:59 +03:00
assets Upstream updates 2024-08-30 13:14:59 +03:00
partials Cleaned up theme files after merging the old history 2022-09-09 14:44:35 +08:00
.gitignore Updates 2024-08-30 13:07:52 +03:00
ads.txt Add ads.txt 2024-08-30 13:07:55 +03: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 Upstream updates 2024-08-30 13:14:59 +03:00
page.hbs Added support for hiding page title and feature image (#262) 2023-08-01 07:52:02 +08:00
post.hbs Remove ads and comments 2024-08-30 13:09:15 +03:00
README.md Update README.md 2024-08-30 13:07:55 +03:00
tag.hbs Migration (#98) 2022-07-12 20:09:02 +08:00
yarn.lock Upstream updates 2024-08-30 13:14:59 +03:00

RandomPlace.online Blog Theme

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.