Booster

Booster is a clean and elegant free Plone Theme that is suitable for landing pages and other related businesses.

https://raw.githubusercontent.com/vikas-parashar/plonetheme.booster/master/preview.png

Installation

Zip

In zip version you don't get the slider but only a static banner due to limitations.

  1. Download the zip file
  2. Import the theme from the Diazo theme control panel.

Buildout

Install plonetheme.booster by adding it to your buildout:

[buildout]

...

eggs =
    plonetheme.booster

and then running bin/buildout

Demo

This theme can be seen in action at the following site:

Documentation

Full documentation for end users can be found here

Contribution

  • Clone the repo.
  • Run bin/buildout
  • next, install the local dependencies theme requires
    $ npm install
  • Watch For Changes & Automatically Refresh
    $ grunt watch
  • Build & Optimize(This will create a dist folder with optimized files and a zip of theme)
    $ grunt dist

License

MIT License

Credit

Based on Booster Provided by FREEHTML5.co