88

Product support

Get help in the theme support forum.

  • Added on Dec 9, 2015
  • Current version: 1.0.2
  • Platform Compatibility
    v3.x not tested
    v2.x not tested
    v1.x use latest
  • Created by

Categories

Hambern Bootstrap is a blank slate loaded with

  • Twitter Bootstrap
  • Animate.css
  • Font-Awesome
  • Holder.js
  • Wow.js
  • Summernote

Everything is updatable by running

$ bower update --force

In the theme-folder.

Installing

The easiest way to install this theme is to simply attach it to your project here on octobercms.se. Otherwise you can find it in your settings > updates page in your backend.

What's in the package?

Hambern Bootstrap is a blank slate loaded with

  • Twitter Bootstrap
  • Animate.css
  • Font-Awesome
  • Holder.js
  • Wow.js
  • Summernote

Everything is updatable by running the following in the theme folder

$ bower update --force

If that doesn't work you probably will have to create a .bowerrc (don't forget the dot) file in the root of the theme (the folder called hambern-hambern-bootstrap). This sets the correct vendor-folder. This file should look like this:

hambern-hambern-bootstrap/.bowerrc

{
  "directory": "assets/vendor"
}

Editing

You can easily tweek both the Bootstrap variables and Font-Awesome-variables by changing the following files:

  • /assets/less/bootstrap-varibles.less
  • /assets/less/font-awesome-variables.less

These are loaded right after the default variables and thus overwrites the original variables. In this way you can safely update your vendor folders without losing your custom design.

Summernote

The theme comes packed with the Summernote WYSIWYG editor. In my opinion the prettiest Bootstrap WYSIWYG out there. To use it you simply create a textarea with the summernote class. Like:

<textarea class="summernote"></textarea>
1.0.2

Complete meta-information

Feb 10, 2016

1.0.1

Better bower support

Jan 07, 2016

1.0.0

First push!

Dec 09, 2015