Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 1.04 KB

README.md

File metadata and controls

26 lines (20 loc) · 1.04 KB

Starter.ghost

Twitter Bootstrap 3 theme for Ghost.js. Written as starter template for future themes. For example, I made Supernova starting with this theme.

Starter.ghost

Features

  • Twitter Bootstrap 3, normalize.css, Font Awesome
  • SCSS with lib-sass (written on C)
  • Grunt.js, Bower

Install and use

  • Clone this repository to /content/themes: git clone https://github.com/theaqua/Starter.ghost.git Starter (important: Ghost.js have bug with dots in theme's name, you must not use Starter.ghost name, only Starter)
  • In Ghost's settings change "Theme" preference, restart Ghost (yes, I'm serious)
  • Go to /content/themes/Starter, make npm install && bower install
  • Run grunt serve (for live compiling .scss files and concat .js files) or grunt for build

Roadmap

  • Clean theme
  • Add livereload, html/css/js minify (bower components too)
  • Accept pull requests