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.
-
AspNetStatic
Transform ASP.NET Core into a static site generator.
Free Global Payroll designed for tech teams
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of Sandra.Snow or a related project?
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!
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.