Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions src/input/dotnet_feed.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
FeedSources: => GetString("PostSources")
FeedFilter: => GetBool("IsPost") && GetList<string>("Tags").Contains("dotnet")
FeedOrderKey: Published
FeedOrderDescending: true
FeedSize: 15
FeedRss: true
FeedAtom: true
2 changes: 1 addition & 1 deletion src/input/posts/poker-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ title: Poker - API
tags:
- poker
- api
- .net
- dotnet
- csharp
author: alexhedley
description: Building an API to control the game.
Expand Down
2 changes: 1 addition & 1 deletion src/input/posts/poker-app.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Poker - App
# lead:
tags:
- poker
- .net
- dotnet
- csharp
author: alexhedley
description: A visual representation of the current on-goings.
Expand Down
4 changes: 3 additions & 1 deletion src/input/posts/poker-hud.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ tags:
- ui
- blazor
- blazor wasm
- .net
- dotnet
- csharp
author: alexhedley
description: Designing a HUD for the Stats
Expand Down Expand Up @@ -49,7 +49,9 @@ And **Pot**:
![Pot](images/poker/hud/Pot_1.png "Pot")

<?# Info ?>

Thanks for the card images [@danielpaz6](https://github.com/danielpaz6) in [Texas holdem Rank Card Evaluator](https://github.com/danielpaz6/Poker-Hand-Evaluator)

<?#/ Info ?>

With this shared Library it means I can try it out in both my _Blazor WASM_ app (that I have deployed on GitHub Pages), and my _Blazor Server_ app which I'll be using as the main app.
Expand Down
2 changes: 1 addition & 1 deletion src/input/posts/poker-stats.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ title: Poker - Stats
tags:
- poker
- api
- .net
- dotnet
- csharp
author: alexhedley
description: Displaying stats for the given game.
Expand Down
7 changes: 4 additions & 3 deletions src/input/posts/terminal-build-output.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@
title: Terminal Build Output
# lead:
tags:
- .NET 8
- terminal
- dotnet
- dotnet 8
- terminal
author: AlexHedley
# description:
# description:
published: 2023-06-09
# image:
# imageattribution:
Expand Down