All Projects → TryGhost → Massively

TryGhost / Massively

Licence: other
A free, open source theme for Ghost

Projects that are alternatives of or similar to Massively

Caffeine Theme
A minimalist, Material Design inspired Ghost Theme for optimal desktop and mobile experiences
Stars: ✭ 300 (+87.5%)
Mutual labels:  publishing, ghost, blogging, ghost-theme, scss
Editorial
A free, open source theme for Ghost
Stars: ✭ 164 (+2.5%)
Mutual labels:  publishing, ghost, blogging, ghost-theme, scss
Cusca
A ghost theme
Stars: ✭ 42 (-73.75%)
Mutual labels:  publishing, ghost, blogging, ghost-theme, scss
Dope
A unique tag-based theme for Ghost
Stars: ✭ 44 (-72.5%)
Mutual labels:  blogging, ghost, publishing, ghost-theme
Prometheus
🌈 A Clean And Modern Ghost Theme with Progressive Web Apps (PWA)
Stars: ✭ 94 (-41.25%)
Mutual labels:  blogging, ghost, publishing, ghost-theme
Alto
A clean, minimalist theme featuring a light and dark mode for Ghost
Stars: ✭ 109 (-31.87%)
Mutual labels:  blogging, ghost, publishing, ghost-theme
Casper
The default theme for Ghost
Stars: ✭ 2,274 (+1321.25%)
Mutual labels:  publishing, ghost, blogging, ghost-theme
Starter
A development starter theme for Ghost
Stars: ✭ 195 (+21.88%)
Mutual labels:  publishing, ghost, blogging, ghost-theme
Edge
A visually aesthetic portfolio theme for Ghost
Stars: ✭ 61 (-61.87%)
Mutual labels:  blogging, ghost, publishing, ghost-theme
The Shell
Ghost Theme 👻
Stars: ✭ 362 (+126.25%)
Mutual labels:  publishing, ghost, blogging, scss
Asgar
A two-column, clean and minimalist theme for @TryGhost
Stars: ✭ 22 (-86.25%)
Mutual labels:  blogging, ghost, publishing, ghost-theme
Roon
The official Roon theme for Ghost
Stars: ✭ 137 (-14.37%)
Mutual labels:  publishing, ghost, blogging, ghost-theme
Boo
Boo - A beautiful, clean and responsive theme for Ghost.
Stars: ✭ 176 (+10%)
Mutual labels:  publishing, ghost, blogging, ghost-theme
Tribeca
A free theme for Ghost
Stars: ✭ 15 (-90.62%)
Mutual labels:  blogging, ghost, publishing, ghost-theme
Wave
A podcast/blog theme for Ghost
Stars: ✭ 60 (-62.5%)
Mutual labels:  blogging, ghost, publishing, ghost-theme
London
A free, open source theme for Ghost
Stars: ✭ 212 (+32.5%)
Mutual labels:  publishing, ghost, blogging, ghost-theme
Ease
A minimal documentation theme for Ghost
Stars: ✭ 69 (-56.87%)
Mutual labels:  blogging, ghost, publishing, ghost-theme
Dawn
A minimal newsletter theme for Ghost
Stars: ✭ 140 (-12.5%)
Mutual labels:  publishing, ghost, blogging, ghost-theme
Edition
The newsletter theme for Ghost
Stars: ✭ 60 (-62.5%)
Mutual labels:  ghost, publishing, ghost-theme
ghost-on-heroku
One-button Heroku deploy for the Ghost 3.2.0 blogging platform.
Stars: ✭ 232 (+45%)
Mutual labels:  blogging, ghost, publishing

Massively

This is Massively, a text-heavy, article-oriented design built around a huge background image and scroll effects powered by Scrollex. Originally created by @ajlkn for HTML5 UP and later ported to Ghost

Demo: https://massively.ghost.io

 

image

 

First time using a Ghost theme?

Ghost uses a simple templating language called Handlebars for its themes.

We've documented our default theme pretty heavily so that it should be fairly easy to work out what's going on just by reading the code and the comments. Once you feel comfortable with how everything works, we also have full theme API documentation which explains every possible Handlebars helper and template.

The main files are:

  • default.hbs - The main template file
  • index.hbs - Used for the home page
  • post.hbs - Used for individual posts
  • page.hbs - Used for individual pages
  • tag.hbs - Used for tag archives
  • author.hbs - Used for author archives

One neat trick is that you can also create custom one-off templates just by adding the slug of a page to a template file. For example:

  • page-about.hbs - Custom template for the /about/ page
  • tag-news.hbs - Custom template for /tag/news/ archive
  • author-ali.hbs - Custom template for /author/ali/ archive

Development

This implementation tries to stay as true as possible to the original template without making too many modifications. The original code is unmodified, preserving the ability to update it later.

There are two main changes compared to the original template files:

  • The original template contained separate /assets and /images directories. Ghost Themes require that all assets be nested under a top-level /assets directory, so these are moved to /assets/main and /assets/images, respectively.
  • In order to make minor modifications and add some new custom styles, one additional SaSS file is added under /assets/main/sass/layout/ghost.sass and included at the bottom of the main.sass file.

To work on styles in this theme, you'll need to run a local development environment to build/watch for changes. Once cloned and installed with npm/yarn, the following gulp build tasks are available:

# Build files locally and watch for changes
gulp

# Build production zip locally and save to /dist
gulp zip

# Run compatibility test against latest version of Ghost
yarn test

Original template files and design by @ajlkn

Copyright & License

Copyright (c) 2013-2021 HTML5 UP & Ghost Foundation - This theme is licensed under both the MIT and Creative Commons Attribution 3.0. Please note that the terms of the Creative Commons license require that you maintain the footer attribution to freely use this theme.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].