View the GitHub Pages site at azureossd.github.io.
- Easy install, use RubyInstaller with DevKit v2.7 RubyInstaller
- Install Ruby. For more information, see "Installing Ruby" in the Ruby documentation.
- Install Bundler. For more information, see "Bundler."
- Install Jekyll. For more information see "Guides"
-
Fork & Clone Locally
-
Run bundle install.
bundle install
-
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.
- Preview the blog in your web browser from
http://localhost:4000
- /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.