shahariaazam / cytoscape.js-blog

The Cytoscape.js blog, using Github pages and Jekyll

Home Page:https://blog.js.cytoscape.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

The Cytoscape.js blog, using Github pages and Jekyll

https://blog.js.cytoscape.org

License:MIT License


Languages

Language:JavaScript 98.2%Language:CSS 1.1%Language:HTML 0.7%Language:Ruby 0.0%