Skip to content

Latest commit

 

History

History
42 lines (29 loc) · 1.4 KB

README.md

File metadata and controls

42 lines (29 loc) · 1.4 KB

Build Status
(live)

Develop

  1. Install dependencies
npm install
  1. To continuously generate a static website in the docs subdirectory
 npm run develop
  1. Reload docs/index.html

Deploy

  • Builds are setup via Travis CI for the master branch.
  • Builds generate static content in /docs based on index.md .
  • Travis CI pushes the gh-pages branch.
  • Github settings are to build from gh-pages .

Built using reveal-md

Notes on the framework

Bugs with the framework

  • Can't get --css styles.css to work in Github Pages (works locally). Workaround: <styles> tag in index.md .
  • Can't get --watch to work.