statiq

Fix changes for statiq web sites

.NET version changes and markdown frontmatter

I had probelms with my azure CI/CD action because M$ allowed their certificates for the code signatures on .NET version 5.0 lapse. Any .NET 5.0 dependencies would fail with untrusted signer errors. I had to fiure out how to change the version of .NET I was using with statiq.

Read more...

Static Web Sites on Azure

Blasting a new static website on azure with CI/CD is easier than i thought it would be