1.0.0 • Published 6 years ago

slides_template v1.0.0

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

Slides template

This a template for Backslide. Basically, a bunch of modified Sass from the starter theme Backslide comes with.

npm.io

Check out a demo.

Installation

Just clone this repo in your machine running

$ git clone git@github.com:coopdevs/slides_template.git

Usage

You need to provide the --template argument when initializing a new presentation as follows:

$ bs init --template <path_to_this_template>

Note path_to_this_template must point to the /template folder. There is where the template files Backslide expects to read live.

Check out Backslide's docs for more details.