Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/Sandra/Sandra.Snow

Jekyll inspired static site generation for .NET
https://github.com/Sandra/Sandra.Snow

Last synced: about 1 month ago
JSON representation

Jekyll inspired static site generation for .NET

Lists

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][1].

## 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.

[1]: https://github.com/NancyFx/Nancy