Docify - content oriented static site generator developed in .NET Core. Best suited for developing blogs, technical user documentation, help files.
- Transforming the markdown into the html
- Layouts support
- Includes support (pseudo-dynamic) in C# Razor Pages syntax
- Plugins in .NET Core
- Themes support
- Standard library of components, plugins and themes
CLI can be accessed from the command line and published as global .NET Core Tool
To install
dotnet tool install -g docify
Build the site using the build command
docify build --src "{Source Folder}" --out "{Output Folder}"
Standard library can be installed using the following command
docify library --install
To use the standard library specify the --lib argument and pass the * as parameter
docify build --src "{Source Folder}" --out "{Output Folder}" --lib *