Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 687 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 687 Bytes

Purpose of the site: Deploying Jekyll to Windows Azure App Service

Install
	•You need to have ruby installed in your system.
	•Install bundler which helps in specifying and installing dependencies of any Ruby project - gem install bundler 
	•Go to the root of the repo and run this - bundle install 
	•Then - bundle exec jekyll serve 

Jekyll - It is a simple, blog-aware, static site generator. It takes a template directory containing raw text files in various formats, runs it through a converter and spits out a ready-to-publish static website.

Jekyll also happens to be the engine behind GitHub Pages

License

Licensed under the MIT license.