Ajsalemo / azureossd.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Azure OSS Blog Post Archives

View the GitHub Pages site at azureossd.github.io.

Prerequisites

  1. Install Ruby. For more information, see "Installing Ruby" in the Ruby documentation.
  2. Install Bundler. For more information, see "Bundler."
  3. Install Jekyll. For more information see "Guides"

Running Locally

  1. Fork & Clone Locally

  2. Run bundle install. bundle install

  3. Run your Jekyll site locally. bundle exec jekyll serve

#Sample Output
Configuration file: C:/_Code/blog/azureossd.github.io/_config.yml
            Source: C:/_Code/blog/azureossd.github.io
       Destination: C:/_Code/blog/azureossd.github.io/_site
 Incremental build: disabled. Enable with --incremental
      Generating... 
       Jekyll Feed: Generating feed for posts
                    done in 44.171 seconds.
 Auto-regeneration: enabled for 'C:/_Code/blog/azureossd.github.io'
    Server address: http://127.0.0.1:4000/
  Server running... press ctrl-c to stop.
  1. Preview the blog in your web browser from http://localhost:4000

Notes:

  • /media: All images and digital content from MSDN OSS blog.
  • /resource: All the CSS and JS content from MSDN OSS blog.
  • /wp-content-old: All the original WP content from the MSDN blog.

About


Languages

Language:JavaScript 53.4%Language:SCSS 23.1%Language:HTML 23.0%Language:Ruby 0.5%