1.0.11 • Published 6 years ago

bespoke-theme-boluge v1.0.11

Weekly downloads
4
License
-
Repository
github
Last release
6 years ago

Build Status

bespoke-theme-boluge

A theme for Bespoke.js View demo

Download

Download the production version or the development version, or use a package manager.

Usage

This theme is shipped in a UMD format, meaning that it is available as a CommonJS/AMD module or browser global.

For example, when using CommonJS modules:

var bespoke = require('bespoke'),
  boluge = require('bespoke-theme-boluge');

bespoke.from('#presentation', [
  boluge()
]);

When using browser globals:

bespoke.from('#presentation', [
  bespoke.themes.boluge()
]);

Fonts

This theme uses a google font, add this line in the head tag of your jade file:

link(href='https://fonts.googleapis.com/css?family=Maven+Pro:400,700', rel='stylesheet')

Package managers

npm

$ npm install bespoke-theme-boluge

Bower

$ bower install bespoke-theme-boluge

Credits

This theme was built with generator-bespoketheme.

License

MIT License

1.0.11

6 years ago

1.0.10

6 years ago

1.0.9

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago