Git Product home page Git Product logo

azure.github.io's Introduction

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.
  • If you would like to see draft posts, you need to add --drafts gulpfile.js line 73
    • TODO: automatically show drafts locally

Authoring a Blog posts

To create a new post, check out https://jekyllrb.com/docs/posts/. After reading the aforementioned link, you will have a better understanding of how to create a post, but not the FrontMatter yaml supported by default. We support the following FrontMatter yaml by default:

  • title: is the title of the post and shown as the large header for the post
  • subtitle: is the subtitle of the post and shown as subtext to the main header
  • tags: an array of categories for the post. Each tag produces an index of tagged pages
  • bigimg: an array of images which will rotate behind the title of the post
  • comments: allow disqus comments on the post

Sample FrontMatter

title: Deploying a Resource Manager Template
subtitle: Building infrastructure with Ruby on Azure
tags:
  - Ruby
  - IaaS
bigimg:
  - /images/hero-partners.png
  - https://udemy-images.udemy.com/course/750x422/8082_e627_11.jpg
  - https://images7.alphacoders.com/679/thumb-1920-679140.png
comments: true

Sample Draft

You can find a sample draft in the _drafts folder.

Ready to Post?

Open a pull request with your changes and upon merge, your post will be deployed to https://azure.github.io.

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.

azure.github.io's People

Contributors

devigned avatar jeffwilcox avatar iouri-s avatar clca avatar azuresdkci avatar dend avatar krishmunot avatar peterdavehello avatar twitchax avatar ajay-arora avatar aliuy avatar andyleejordan avatar eilon avatar felixrieseberg avatar jare avatar pawelstroinski avatar ryanvog avatar

Watchers

 avatar James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.