https://www.statiq.dev/web Example
cd src
dotnet run
dotnet run -- preview
cd src && dotnet run -- preview
- Reading time
dotnet new console --name MySite
dotnet add package Statiq.Web --version 1.0.0-beta.60
Add a theme
git submodule add https://github.com/statiqdev/CleanBlog.git theme
git submodule update --remote --recursive --merge