You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Personal site for Matt Bishop. Statiq.Web deployed to GitHub Pages.
Local development
dotnet run # build the site into ./output
dotnet run -- preview # build and preview locally (if enabled)
dotnet run -- deploy # build and deploy (used by CI)