Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

A good static site generator for Windows / .NET? (similar to Pelican, Jekyll, etc.)

Tags:

html

.net

razor

web

I'm currently building a static website template and I need a site generator to generate the templates HTML files (I don't want to copy and paste the common parts but rather have them only at one place)

Is there a good static website generator for Windows / .NET developers? (analog to Pelican, Jekyll, etc.)

I've found Pretzel by Code52 but the Github page seems rather abandoned (last change 1 year ago).

Is there any alternative for Windows? Preferably .NET based and using the Razor engine?

Thanks.

like image 859
Alexander Rechsteiner Avatar asked Mar 19 '13 09:03

Alexander Rechsteiner


3 Answers

I know this is an old question, but for completeness I'll add http://wyam.io (open source - code at https://github.com/Wyamio/Wyam). It satisfies the .NET and Razor requirements (it actually uses a modified version of the Razor engine from ASP.NET v5) and is built on a modular "pipeline" concept (similar to the excellent Metalsmith JS generator).

Full disclosure - I am the developer of Wyam.

like image 171
daveaglick Avatar answered Oct 29 '22 03:10

daveaglick


pretzel and graze are the only two I know of:

http://mikaelkoskinen.net/graze-static-site-generator-using-razor/

like image 35
Tixiv Avatar answered Oct 29 '22 05:10

Tixiv


I'm looking at using champ for a project that has similar requirements:

https://github.com/lukevenediger/champ

like image 34
hillsy Avatar answered Oct 29 '22 04:10

hillsy