Skip to content

Commit da54d4c

Browse files
committed
WIP dotnet feed
1 parent f9ab1ae commit da54d4c

File tree

6 files changed

+17
-7
lines changed

6 files changed

+17
-7
lines changed

src/input/dotnet_feed.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
FeedSources: => GetString("PostSources")
2+
FeedFilter: => GetBool("IsPost") && GetList<string>("Tags").Contains("dotnet")
3+
FeedOrderKey: Published
4+
FeedOrderDescending: true
5+
FeedSize: 15
6+
FeedRss: true
7+
FeedAtom: true

src/input/posts/poker-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Poker - API
44
tags:
55
- poker
66
- api
7-
- .net
7+
- dotnet
88
- csharp
99
author: alexhedley
1010
description: Building an API to control the game.

src/input/posts/poker-app.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Poker - App
33
# lead:
44
tags:
55
- poker
6-
- .net
6+
- dotnet
77
- csharp
88
author: alexhedley
99
description: A visual representation of the current on-goings.

src/input/posts/poker-hud.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ tags:
66
- ui
77
- blazor
88
- blazor wasm
9-
- .net
9+
- dotnet
1010
- csharp
1111
author: alexhedley
1212
description: Designing a HUD for the Stats
@@ -49,7 +49,9 @@ And **Pot**:
4949
![Pot](images/poker/hud/Pot_1.png "Pot")
5050

5151
<?# Info ?>
52+
5253
Thanks for the card images [@danielpaz6](https://github.com/danielpaz6) in [Texas holdem Rank Card Evaluator](https://github.com/danielpaz6/Poker-Hand-Evaluator)
54+
5355
<?#/ Info ?>
5456

5557
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.

src/input/posts/poker-stats.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Poker - Stats
44
tags:
55
- poker
66
- api
7-
- .net
7+
- dotnet
88
- csharp
99
author: alexhedley
1010
description: Displaying stats for the given game.

src/input/posts/terminal-build-output.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,11 @@
22
title: Terminal Build Output
33
# lead:
44
tags:
5-
- .NET 8
6-
- terminal
5+
- dotnet
6+
- dotnet 8
7+
- terminal
78
author: AlexHedley
8-
# description:
9+
# description:
910
published: 2023-06-09
1011
# image:
1112
# imageattribution:

0 commit comments

Comments
 (0)