Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fegemo/bespoke-theme-fancy
A fancy, sassy styled theme for Bespoke.js
https://github.com/fegemo/bespoke-theme-fancy
Last synced: 18 days ago
JSON representation
A fancy, sassy styled theme for Bespoke.js
- Host: GitHub
- URL: https://github.com/fegemo/bespoke-theme-fancy
- Owner: fegemo
- License: mit
- Created: 2014-08-20T22:50:56.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-02-23T18:48:41.000Z (over 8 years ago)
- Last Synced: 2024-10-13T10:02:15.527Z (about 1 month ago)
- Language: CSS
- Size: 108 KB
- Stars: 4
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
[![Build Status](https://secure.travis-ci.org/fegemo/bespoke-theme-fancy.png?branch=master)](https://travis-ci.org/fegemo/bespoke-theme-fancy)
# bespoke-theme-fancy
A fancy, sassy styled theme for [Bespoke.js](http://markdalgleish.com/projects/bespoke.js) — [View demo](http://fegemo.github.io/bespoke-theme-fancy)
## Download
Download the [production version][min] or the [development version][max], or use a [package manager](#package-managers).
[min]: https://raw.github.com/fegemo/bespoke-theme-fancy/master/dist/bespoke-theme-fancy.min.js
[max]: https://raw.github.com/fegemo/bespoke-theme-fancy/master/dist/bespoke-theme-fancy.js## Usage
This theme is shipped in a [UMD format](https://github.com/umdjs/umd), meaning that it is available as a CommonJS/AMD module or browser global.
For example, when using CommonJS modules:
```js
var bespoke = require('bespoke'),
fancy = require('bespoke-theme-fancy');bespoke.from('#presentation', [
fancy()
]);
```When using browser globals:
```js
bespoke.from('#presentation', [
bespoke.themes.fancy()
]);
```## Package managers
### npm
```bash
$ npm install bespoke-theme-fancy
```### Bower
```bash
$ bower install bespoke-theme-fancy
```## Credits
This theme was built with [generator-bespoketheme](https://github.com/markdalgleish/generator-bespoketheme).
## License
[MIT License](http://en.wikipedia.org/wiki/MIT_License)