Skip to content

Latest commit

 

History

History
24 lines (21 loc) · 1.25 KB

README.md

File metadata and controls

24 lines (21 loc) · 1.25 KB

#Contribute Please refer to our contribution page for general guidelines on how to contribute.

#Contributing to documentation

Setting up Jekyll on Windows

  1. Install Ruby and add it to your system path environment variable
  2. Install Ruby DevKit, extract into a permanent folder, and add it to your system path environment variable
  3. Install Python 2.7.7
  4. Install jekyll using ruby gems gem install jekyll
  5. Uninstall pygments.rb - (it currently is incompatible with windows) gem uninstall pygments.rb
  6. Install pygments.rb version 0.5.0 using ruby gems gem install pygments.rb --version 0.5.0

Iterating on documentation

  1. Launch a GitShell from the GitHub app
  2. Launch your favorite text editor.
  3. from within the content folder jekyll serve --watch
  4. If prompted by the firewall, allow Jekyll to serve content
  5. Open your web browser and point it to the local server. localhost:4000 is the default
  6. Make changes using Jekyll's Kramdown flavored Markdown