/slate

The theme for the Chisel Website

Primary LanguageSCSSMIT LicenseMIT

Boostrap

A fully responsive, open source, theme for Ghost using Bootstrap.

The theme

Quick Set Up

So quick. Just kidding, pretty slow still - one day there will be releases to download (but not today). For the time being please follow the development installation.

Development Set Up

To get going you will need an instance of Ghost do develop in, the quick start is here. You will also need SASS to compile the stylesheets.

Clone the repo into content/themes/,

git clone https://github.com/bitHero/boostrap.git boostrap

Install dependencies,

npm install

You now probably want to build the SASS. Restart your Ghost server and you can select the theme from Settings > General > Theme.

Building SASS

In order to run the following commands, you're going to need the following dependencies:

  • ruby
  • sass
  • grunt

To install the first two, run:

sudo apt install ruby sass # or whichever package manager your OS uses.

To install grunt, use npm:

npm install -g grunt

To make sure the sass is built, run:

grunt build

To activate the Sass watcher,

grunt watch

Origin

Originally forked from a barebones theme (also called Boostrap) by Matt Lambert.