Go to file
tchncs 17b22424cc add latest changes 2016-09-04 17:36:45 +02:00
design add latest changes 2016-09-04 17:36:45 +02:00
js add latest changes 2016-06-03 16:48:26 +02:00
less add latest changes 2016-06-03 16:48:26 +02:00
views add latest changes 2016-09-04 17:36:45 +02:00
.editorconfig Fix whitespace trimming in Markdown files 2014-03-24 16:42:09 -04:00
.gitignore Add node modules and bower components to gitignore 2015-03-22 17:28:29 +04:00
LICENSE.md Update LICENSE.md 2015-01-22 20:43:47 +01:00
README.md Give Bootswatch some overdue credit. 2015-09-23 13:21:37 +02:00
about.php little typo corrections 2016-06-03 17:02:59 +02:00
bower.json Closes #143: Exclude Bootstrap JS components. 2015-01-25 22:57:10 +01:00
gulpfile.js Fixes #179: Fix asset reloading. 2015-08-05 16:59:40 +02:00
package.json Closes #177: Update dep versions and fix build. 2015-08-01 11:18:42 +01:00
screenshot.png Krake bootswatch screenshots 2014-02-20 18:16:43 +00:00

README.md

Bootstrap for Vanilla

Release Depencency Status

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.

Getting started

To get started using Bootstrap for Vanilla, either:

$ git clone kasperisager/vanilla-bootstrap bootstrap

Included themes

Vanilla Bootstrap comes bundled with all the amazing Bootswatch themes by Thomas Park:

Development

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

Tasks

Build - npm run build

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.

Watch - npm run watch

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.

Issue tracking

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-2015 Kasper Kronborg Isager. Licensed under the terms of the MIT License