Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 577 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 577 Bytes

GeneMANIA pages

Setup

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

Live preview

Publishing

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