/shade-ghost-theme

Primary LanguageCSSMIT LicenseMIT

Shade

Simple theme for my website using Ghost.

Features

  • Bootstrap 4 alpha-4 and Flexbox.
  • Pure CSS (SCSS included).
  • Infinite scrolling (no pagination).
  • Websafe fonts: Roboto Slab for headings and Roboto for main text.
  • Syntax highlighting with PrismJS and selfmade theme inspired by Predawn.

You can find a live example here.

Editing the source

Install the node modules:

npm install

Do your edits, and then compile the SCSS to CSS with gulp:

gulp

Issues?

Please report any issues and missing stuff.