https://github.com/fegemo/bespoke-theme-sandy
A more serious theme for Bespoke.js with a sandy background color
https://github.com/fegemo/bespoke-theme-sandy
Last synced: 4 months ago
JSON representation
A more serious theme for Bespoke.js with a sandy background color
- Host: GitHub
- URL: https://github.com/fegemo/bespoke-theme-sandy
- Owner: fegemo
- License: mit
- Created: 2019-02-26T06:00:56.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2026-02-16T16:55:50.000Z (4 months ago)
- Last Synced: 2026-02-17T00:15:14.944Z (4 months ago)
- Language: Stylus
- Size: 3.25 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://travis-ci.org/fegemo/bespoke-theme-sandy)
# bespoke-theme-sandy
A cheerful theme for [Bespoke.js](http://markdalgleish.com/projects/bespoke.js)
inspired by a Google Presentations theme —
[View demo](http://fegemo.github.io/bespoke-theme-sandy)
## 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-sandy/master/dist/bespoke-theme-sandy.min.js
[max]: https://raw.github.com/fegemo/bespoke-theme-sandy/master/dist/bespoke-theme-sandy.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'),
sandy = require('bespoke-theme-sandy');
bespoke.from('#presentation', [
sandy()
]);
```
When using browser globals:
```js
bespoke.from('#presentation', [
bespoke.themes.sandy()
]);
```
## Package managers
### npm
```bash
$ npm install bespoke-theme-sandy
```
## Credits
This theme was built with
[generator-bespoketheme](https://github.com/markdalgleish/generator-bespoketheme).
## License
[MIT License](http://en.wikipedia.org/wiki/MIT_License)