Skip to content
View MattKotsenas's full-sized avatar

Organizations

@microsoft @dotnet @MicrosoftEdge @MicrosoftWHATWGContributors

Block or report MattKotsenas

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
MattKotsenas/README.md

MattKotsenas

Personal website for matt.kotsenas.com. The site is generated using Hugo with the Blowfish theme.

Building locally

# Generate the site with the production Docker build
docker build --target export --output type=local,dest=public -f build/Dockerfile .

Development server

dotnet tool restore
dotnet aspire start

# Open http://localhost:1313

Container App preview deployment

After signing in with the Azure and GitHub CLIs, start the AppHost and run Configure Container App deployment on the blog resource. The command configures GitHub-to-Azure OIDC deployment. It can also be run from the terminal:

dotnet aspire start
dotnet aspire resource blog configure-container-app-deployment
dotnet aspire stop

Run dotnet aspire stop even if configuration fails. If the application already exists, verify its application ID and pass it with --applicationId. If the deployment service principal is replaced, rerun this command and commit the regenerated deployment artifacts.

Run the Build and Deploy workflow manually to deploy the preview Container App to the blog resource group in West US 3.

Azure DNS

The publish model owns website records within the Azure DNS zones in resource group dns. Until the registrar nameservers change, those records are non-authoritative and point to the legacy Web App.

Creating a new post

# Create a new post (replace 'my-post-slug' with your post's URL slug)
docker run --rm -v "${PWD}:/src" "$(docker build --quiet --target dev -f build/Dockerfile .)" new posts/my-post-slug/index.md

This creates a new post with the correct frontmatter. To add a hero image:

  1. Add an image named feature.jpg or feature.png to the post folder
  2. The showHero: true frontmatter is already set by the archetype

Credits

Cover photo credit Taylor Bennett.

Pinned Loading

  1. MattKotsenas MattKotsenas Public

    My personal site

    C# 2

  2. dotfiles dotfiles Public

    C# 7 2

  3. SquiggleCop SquiggleCop Public

    Prevent unintended changes to .NET analyzers

    C# 9

  4. Verify.Nupkg Verify.Nupkg Public

    C# 8 1