Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 292 Bytes

File metadata and controls

11 lines (8 loc) · 292 Bytes

withinfocus.com

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)