Pretzel

screenshot of Pretzel
jekyll

A site generation tool (and then some) for .NET platforms

Overview:

Pretzel is a simple and pluggable site generation tool designed for .NET developers and Windows users. It follows the conventions of Jekyll and is compatible with basic Jekyll websites. Pretzel offers commands to create the folder structure for a new site, generate a site based on the contents of a folder, and test a site locally. It also supports plugins, allowing for greater flexibility and customization of the generated site.

Features:

  • Site Generation: Pretzel allows users to generate a site based on the contents of a folder, following the conventions of Jekyll.
  • Local Testing: Users can test their site locally by making changes and allowing Pretzel to regenerate the pages when a file is changed.
  • Plugin Support: Pretzel supports plugins, which provides opportunities for customization and extending the functionality of the generated site.

Summary:

Pretzel is a versatile site generation tool that offers a simple and pluggable solution for .NET developers and Windows users. It follows the conventions of Jekyll and provides commands for creating a new site, generating a site from a folder, and testing a site locally. With plugin support, users have the ability to extend the functionality and customize the generated site to their needs.

jekyll
Jekyll

Jekyll is a static site generator written in Ruby that allows you to create simple, fast, and secure websites without the need for a database.