#Contribute Please refer to our contribution page for general guidelines on how to contribute.
#Contributing to documentation
- Install Ruby and add it to your system path environment variable
- Install Ruby DevKit, extract into a permanent folder, and add it to your system path environment variable
- Install Python 2.7.7
- Install jekyll using ruby gems
gem install jekyll
- Uninstall pygments.rb - (it currently is incompatible with windows)
gem uninstall pygments.rb
- Install pygments.rb version 0.5.0 using ruby gems
gem install pygments.rb --version 0.5.0
- Launch a GitShell from the GitHub app
- Launch your favorite text editor.
- from within the content folder
jekyll serve --watch
- If prompted by the firewall, allow Jekyll to serve content
- Open your web browser and point it to the local server. localhost:4000 is the default
- Make changes using Jekyll's Kramdown flavored Markdown