Sandra.Snow is a Jekyll inspired static site generation tool that can be run locally, as a CAAS(Compiler as a Service) or setup with Azure to build your site when your repository changes. It is built on top of NancyFX.
Included is 'SnowSite' which Visual Studio will build against and generate a Website folder containing all of the compiled site.
Feel free to help out!
This video shows a really rough showcase of setting up an Azure website and deploying the website which gets compiled.
To run the project when you clone the repository, open up the Project Properties in VS and go to the Debug tab. For the Startup Options there should be a argument called config=
this should be the full path to the SnowSite folder. If not then add it.
The site should compile when you hit F5 now.