bespoke-theme-boluge

1.0.11 • Public • Published

Build Status

bespoke-theme-boluge

A theme for Bespoke.jsView 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

Dependencies (0)

    Dev Dependencies (34)

    Package Sidebar

    Install

    npm i bespoke-theme-boluge

    Weekly Downloads

    1

    Version

    1.0.11

    License

    none

    Unpacked Size

    125 kB

    Total Files

    19

    Last publish

    Collaborators

    • boluge