Info
Version: | 9.0.0-rc2 |
Author(s): | Mikael Koskinen |
Last Update: | Sunday, March 28, 2021 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/mikoskinen/graze |
NuGet Url: | https://www.nuget.org/packages/graze |
Install
Install-Package graze
dotnet add package graze
paket add graze
graze Download (Unzip the "nupkg" after downloading)
Dependencies
- AngleSharp(>= 0.11.0 && <= 0.11.0)
- MarkDig(>= 0.18.3 && <= 0.18.3)
- RazorLight(>= 2.0.04 && <= 2.0.04)
- System.ComponentModel.Composition(>= 4.6.0 && <= 4.6.0)
- System.ServiceModel.Syndication(>= 4.6.0 && <= 4.6.0)
- System.Text.Encoding.CodePages(>= 4.5.1 && <= 4.5.1)
Tags
It takes a template and a configuration file and generates a static web site. The generated site is pure HTML / CSS / JavaScript and can be hosted on any web server.
The Graze templates are created using the Razor Syntax. Use an empty Visual Studio project as a starting point.