/azure.github.io

The Azure GitHub.io site

Primary LanguageHTMLOtherNOASSERTION

Hello cloud developers,

This is the github.io source code page for azure.github.io. Please feel free to fork and submit a pull request if you want to correct or add some content.

Cheers!

Get Started

  • Install Ruby and the Ruby DevKit on your system of choice.

    Note If you're running Ruby on a Windows machine, make sure your DevKit path variables are setup using the Dev Kit quickstart instructions.

  • Install Node/NPM

  • Run bundle install from the root of the project. Note: If you do not have Bundler installed, run gem install bundler beforehand.

  • Run npm install from the root of the project.

  • Run npm install gulp -g

Usage

  • To build the site, run gulp.

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request that targets the Jekyll branch. The master branch is intended for generated html only, not contributions.

License and Copyright

azure.github.io is free software released under the MIT License.