Skip to content

Latest commit

 

History

History
executable file
·
20 lines (14 loc) · 563 Bytes

README.md

File metadata and controls

executable file
·
20 lines (14 loc) · 563 Bytes

Cytoscape.js blog

Setup

  • Make sure you have Ruby >=2.0.0 : ruby --version
  • Make sure you have Rake : which rake
  • Install Bundler : gem install bundler
  • Install dependencies using Bundler : bundle install
  • Update your dependencies regularly : bundle update

Live preview

Publishing

  • Whatever gets pushed to the gh-pages branch gets published
  • Put incomplete posts in _drafts
  • You can preview drafts with rake drafts