Another Bootstrap/Boilerplate base theme for SilverStripe 3.
It supports (hopefully) everything Simple, the default SS3 theme, does. I've also added some basic styling/support for the Blog module.
- Copy the
ss-bootstrap
folder into yourthemes
folder - Either add
SSViewer::set_theme('ss-bootstrap');
to your_config.php
file - Or log in to Admin, go to Settings and select ss-bootstrap from the dropdown menu
Make sure you run a ?flush=all
afterwards, plus a /dev/build
if you've installed any new modules.
You'll probably also want to enable search: FulltextSearchable::enable();
If you need help using Bootstrap or Boilerplate check out their websites:
- Bootstrap: twitter.github.com/bootstrap
- Boilerplate: html5boilerplate.com
- Create a demo site (for now, just check out Bootstrap)
Needless to say this is provided 'as is'. Please do with it as you will - have fun! Bootstrap and Boilerplate have their own licenses.
@_mattbailey at GPMD.