Skip to content

golubitsky/refactoring

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.