Stockholm

Stockholm is a simple theme emphasizing content and comfortable whitespace

Features

  • Responsive layout
  • Featured posts
  • Recent articles widget
  • Experience widget
  • Twitter widget

Installation

For information on installing the Ghost platform, please reference the Ghost CLI.

Quickstart

git clone https://github.com/toddbirchard/ghosttheme-stockholm.git
cd ghosttheme-tokyo
npm install --global gulp-cli
npm install

First time developers

Ghost uses a simple templating language called Handlebars for its themes. This theme is styled using SaSS.

Main templates:

  • 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

Stack

  • Ghost
  • Express
  • Handlebars
  • LESS

GitHub