Skip to content
View MattKotsenas's full-sized avatar

组织

@microsoft @dotnet @MicrosoftEdge @MicrosoftWHATWG贡献者

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 resource blog configure-container-app-deployment

If the application already exists, verify its application ID and pass it with --applicationId.

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

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