Bootstrap project to use reveal.js together with assemble.io
This project allows for you to create reveal.js decks quickly by using a handbars template.
At the time of this writing there are some issues integrating gulp with assemble.io. Gulp is still the main entry-point
for this project. The 'gulpfile' uses the Gruntfile.js
for the assemble task.
Make sure you have node/npm, gulp and grunt installed
npm i
bower install
gulp assemble
I am using node [http-server[httpserver]
http-server .
Add a new file to the decks
dir:
---
title: ...
description: ...
author: ....
---
<section>
...
</section>
<section>
...
</section>
- Custom style: You can place your custom styles in
style/mystyle.scss
(it is included the in the template) - footer: in case you need a footer, change the 'footer-text
in the
Gruntfile.js` - template: the
layouts/deck.hbs
is the layout used. You can customise to your needs. As an example it now includes a footer and a place holder to add opening/closing slides to each of your decks.