A fully responsive, open source, theme for Ghost using Bootstrap.
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.
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
.
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
Originally forked from a barebones theme (also called Boostrap) by Matt Lambert.