Bootstrap for Vanilla has been rewritten from scratch on top of Bootstrap 3 in this second installation of the most popular theme for Vanilla Forums. Kickstart your Vanilla-powered community forums with a fresh and solid theme that is ready to be customized to your heart's desires.
To get started using Bootstrap for Vanilla, either:
- Download the latest release
- Clone the repository directly into your Vanilla
themes
directory:
$ git clone kasperisager/vanilla-bootstrap bootstrap
The following instructions assume that you have already installed Node.js on your computer. If this is not the case, please download and install the latest stable release from the official Node.js download page. If you are using Homebrew, you can also install Node.js via the command line:
$ brew install node
Notice: It is important that you install Node in a way that does not require you to
sudo
.
Once you have Node.js up and running, you will need to install the local dependencies using npm:
$ npm install
Compiles all theme assets using Gulp. LESS stylesheets will be compiled to design/style.css
and Javascripts will be concatenated and output to js/custom.js
.
Watches the assets for changes and runs the appropriate Gulp tasks. Also starts a Livereload server that will push the changes to your Vanilla installation automatically.
If you come across any bugs or if you have a feature request, please file an issue using the GitHub Issue tracker. Bootstrap for Vanilla won't be supported through http://vanillaforums.org so please stick to using GitHub for inquiries about bugs and feature requests. Thanks!
File a new issue or feature request
Copyright © 2014 Kasper Kronborg Isager. Licensed under the terms of the MIT License