slides_template

Templates for slides done at Coopdevs

Usage no npm install needed!

<script type="module">
  import slidesTemplate from 'https://cdn.skypack.dev/slides_template';
</script>

README

Slides template

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

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.