Popularity
4.0
Growing
Activity
6.3
-
235
28
61

Code Quality Rank: L4
Programming language: C#
License: MIT License

Sandra.Snow alternatives and similar packages

Based on the "Static Site Generators" category.
Alternatively, view Sandra.Snow alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of Sandra.Snow or a related project?

Add another 'Static Site Generators' Package

README

Sandra.Snow

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.

Notes

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!

https://vimeo.com/65055971

This video shows a really rough showcase of setting up an Azure website and deploying the website which gets compiled.

How to run the project

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.