(live)
- Install dependencies
npm install
- To continuously generate a static website in the
docs
subdirectory
npm run develop
- Reload
docs/index.html
- Builds are setup via Travis CI for the
master
branch. - Builds generate static content in
/docs
based onindex.md
. - Travis CI pushes the
gh-pages
branch. - Github settings are to build from
gh-pages
.
Built using reveal-md
- Speaker notes: https://github.com/webpro/reveal-md/#speaker-notes
- Start with
Note:
-- at the end of a slide. - View by pressing
s
during presentation.
- Start with
- Slide overview:
o
during presentation. - Multiple animations per slide -> fragments (not supported in md)
- surround with:
<!-- .element: class="fragment" -->
- surround with:
- Available themes: https://github.com/hakimel/reveal.js/tree/master/css/theme/source
- Can't get
--css styles.css
to work in Github Pages (works locally). Workaround:<styles>
tag inindex.md
. - Can't get
--watch
to work.