All Projects → TryGhost → Starter

TryGhost / Starter

Licence: mit
A development starter theme for Ghost

Projects that are alternatives of or similar to Starter

Roon
The official Roon theme for Ghost
Stars: ✭ 137 (-29.74%)
Mutual labels:  publishing, ghost, blogging, ghost-theme
Wave
A podcast/blog theme for Ghost
Stars: ✭ 60 (-69.23%)
Mutual labels:  blogging, ghost, publishing, ghost-theme
Asgar
A two-column, clean and minimalist theme for @TryGhost
Stars: ✭ 22 (-88.72%)
Mutual labels:  blogging, ghost, publishing, ghost-theme
Tribeca
A free theme for Ghost
Stars: ✭ 15 (-92.31%)
Mutual labels:  blogging, ghost, publishing, ghost-theme
Dawn
A minimal newsletter theme for Ghost
Stars: ✭ 140 (-28.21%)
Mutual labels:  publishing, ghost, blogging, ghost-theme
Caffeine Theme
A minimalist, Material Design inspired Ghost Theme for optimal desktop and mobile experiences
Stars: ✭ 300 (+53.85%)
Mutual labels:  publishing, ghost, blogging, ghost-theme
Massively
A free, open source theme for Ghost
Stars: ✭ 160 (-17.95%)
Mutual labels:  publishing, ghost, blogging, ghost-theme
Ease
A minimal documentation theme for Ghost
Stars: ✭ 69 (-64.62%)
Mutual labels:  blogging, ghost, publishing, ghost-theme
Boo
Boo - A beautiful, clean and responsive theme for Ghost.
Stars: ✭ 176 (-9.74%)
Mutual labels:  publishing, ghost, blogging, ghost-theme
Cusca
A ghost theme
Stars: ✭ 42 (-78.46%)
Mutual labels:  publishing, ghost, blogging, ghost-theme
Dope
A unique tag-based theme for Ghost
Stars: ✭ 44 (-77.44%)
Mutual labels:  blogging, ghost, publishing, ghost-theme
Prometheus
🌈 A Clean And Modern Ghost Theme with Progressive Web Apps (PWA)
Stars: ✭ 94 (-51.79%)
Mutual labels:  blogging, ghost, publishing, ghost-theme
London
A free, open source theme for Ghost
Stars: ✭ 212 (+8.72%)
Mutual labels:  publishing, ghost, blogging, ghost-theme
Editorial
A free, open source theme for Ghost
Stars: ✭ 164 (-15.9%)
Mutual labels:  publishing, ghost, blogging, ghost-theme
Edge
A visually aesthetic portfolio theme for Ghost
Stars: ✭ 61 (-68.72%)
Mutual labels:  blogging, ghost, publishing, ghost-theme
Alto
A clean, minimalist theme featuring a light and dark mode for Ghost
Stars: ✭ 109 (-44.1%)
Mutual labels:  blogging, ghost, publishing, ghost-theme
Casper
The default theme for Ghost
Stars: ✭ 2,274 (+1066.15%)
Mutual labels:  publishing, ghost, blogging, ghost-theme
ghost-on-heroku
One-button Heroku deploy for the Ghost 3.2.0 blogging platform.
Stars: ✭ 232 (+18.97%)
Mutual labels:  blogging, ghost, publishing
Ghost
Turn your audience into a business. Publishing, memberships, subscriptions and newsletters.
Stars: ✭ 39,261 (+20033.85%)
Mutual labels:  publishing, ghost, blogging
Simply
Theme for Ghost inspired in Medium
Stars: ✭ 336 (+72.31%)
Mutual labels:  ghost, blogging, ghost-theme

Ghost Starter Theme

A starter framework for Ghost themes! Fork this repository and start your development here with all the main things you need to develop a custom Ghost theme.

 

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

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.
  • Color Mod

 

Copyright & License

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

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].