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!
-
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, rungem install bundler
beforehand. -
Run
npm install
from the root of the project. -
Run
npm install gulp -g
- To build the site, run
gulp
.
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request that targets the Jekyll branch. The master branch is intended for generated html only, not contributions.
azure.github.io is free software released under the MIT License.