A simple and elegant Bespoke.js theme — View demo
Download the production version or the development version, or use a package manager.
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'),
emix = require('bespoke-theme-emix');
bespoke.from('#presentation', [
emix()
]);
When using browser globals:
bespoke.from('#presentation', [
bespoke.themes.emix()
]);
$ npm install bespoke-theme-emix
$ bower install bespoke-theme-emix
This theme was built with generator-bespoketheme.