ghost-starter-theme
ghost-starter-theme copied to clipboard
Bootstrap 3 theme for Ghost.js
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.

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 useStarter.ghostname, onlyStarter) - In Ghost's settings change "Theme" preference, restart Ghost (yes, I'm serious)
- Go to
/content/themes/Starter, makenpm install && bower install - Run
grunt serve(for live compiling.scssfiles and concat.jsfiles) orgruntfor build
Roadmap
- Clean theme
- Add livereload, html/css/js minify (bower components too)
- Accept pull requests