Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 661 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 661 Bytes

"Bootstrap" theme for Nesta CMS

The Bootstrap theme allows developers to use Twitter's Bootstrap framework within their Nesta CMS app.

Currently under development.

Installation

Install the theme as a git submodule to get the benefits of future updates.

mysite$ git submodule add git://github.com/mchung/nesta-theme-bootstrap.git themes/bootstrap

And make sure your config/config.yml file (or NESTA_THEME env var) specifies the bootstrap theme.

The Nesta-approved installation method is to do:

mysite$ nesta theme:install git://github.com/mchung/nesta-theme-bootstrap.git

Future updates might not be easily propagated.