Skip to content

Commit ed40dba

Browse files
committed
Automatic github pages update from blog-source CI
1 parent 0f95d03 commit ed40dba

8 files changed

+30
-30
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ <h2 class="post-title">
127127
Render Razor view from a dotnet core 3 console app
128128
</h2>
129129
<h3 class="post-subtitle">
130-
Razor views a strongly coupled to aspnet core mvc but you can use them in a console app with this minimum setup.
130+
Razor views are strongly coupled to aspnet core mvc but you can use them in a console app with this minimum setup.
131131
</h3>
132132
</a>
133133
<span class="tags">

posts/render-razor-view-from-a-dotnet-core-3-console-app.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
<script>hljs.initHighlightingOnLoad();</script>
3737

3838
<meta property="og:image" content="/assets/img/og-image.png" />
39-
<meta property="og:description" content="Razor views a strongly coupled to aspnet core mvc but you can use them in a console app with this minimum setup." />
39+
<meta property="og:description" content="Razor views are strongly coupled to aspnet core mvc but you can use them in a console app with this minimum setup." />
4040

4141
</head>
4242

tags/aspnet-mvc.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ <h3 class="post-title">
8989
Render Razor view from a dotnet core 3 console app
9090
</h3>
9191
<h4 class="post-subtitle">
92-
Razor views a strongly coupled to aspnet core mvc but you can use them in a console app with this minimum setup.
92+
Razor views are strongly coupled to aspnet core mvc but you can use them in a console app with this minimum setup.
9393
</h4>
9494
</a>
9595
<p class="post-meta">Posted by

tags/c.html

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -84,30 +84,30 @@ <h1>CODE.RNR</h1>
8484
<h2>Tag: C#</h2>
8585

8686
<div class="post-preview">
87-
<a href="/posts/mocking-sealed-classes-in-csharp">
87+
<a href="/posts/windows-iot-external-ip-updater">
8888
<h3 class="post-title">
89-
Mocking sealed classes in C#
89+
Windows IoT external IP updater
9090
</h3>
9191
<h4 class="post-subtitle">
92-
How to wrap sealed classes with custom classes that implement mockable interface
92+
Creating a Windows 10 core IoT background application that periodically checks the external IP and notifies in email if changed
9393
</h4>
9494
</a>
9595
<p class="post-meta">Posted by
9696
<a href="/about">codernr</a>
97-
on 2016-10-13 14:00</p>
97+
on 2016-09-30 14:00</p>
9898
</div>
9999
<div class="post-preview">
100-
<a href="/posts/windows-iot-external-ip-updater">
100+
<a href="/posts/mocking-sealed-classes-in-csharp">
101101
<h3 class="post-title">
102-
Windows IoT external IP updater
102+
Mocking sealed classes in C#
103103
</h3>
104104
<h4 class="post-subtitle">
105-
Creating a Windows 10 core IoT background application that periodically checks the external IP and notifies in email if changed
105+
How to wrap sealed classes with custom classes that implement mockable interface
106106
</h4>
107107
</a>
108108
<p class="post-meta">Posted by
109109
<a href="/about">codernr</a>
110-
on 2016-09-30 14:00</p>
110+
on 2016-10-13 14:00</p>
111111
</div>
112112
<div class="post-preview">
113113
<a href="/posts/wrapping-async-methods-to-return-winrt-async-operations">

tags/console-application.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ <h3 class="post-title">
8989
Render Razor view from a dotnet core 3 console app
9090
</h3>
9191
<h4 class="post-subtitle">
92-
Razor views a strongly coupled to aspnet core mvc but you can use them in a console app with this minimum setup.
92+
Razor views are strongly coupled to aspnet core mvc but you can use them in a console app with this minimum setup.
9393
</h4>
9494
</a>
9595
<p class="post-meta">Posted by

tags/dependency-injection.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -81,20 +81,20 @@ <h1>CODE.RNR</h1>
8181
<div class="container">
8282
<div class="row">
8383
<div class="col-lg-8 col-md-10 mx-auto">
84-
<h2>Tag: dependency injection</h2>
84+
<h2>Tag: Dependency injection</h2>
8585

8686
<div class="post-preview">
87-
<a href="/posts/registering-decorators-in-aspnet-core-di">
87+
<a href="/posts/mocking-sealed-classes-in-csharp">
8888
<h3 class="post-title">
89-
Registering decorators in ASP.NET Core DI
89+
Mocking sealed classes in C#
9090
</h3>
9191
<h4 class="post-subtitle">
92-
This post shows how you can register multiple classes that implement the same interface and decorate each other in ASP.NET Core dependency injection container
92+
How to wrap sealed classes with custom classes that implement mockable interface
9393
</h4>
9494
</a>
9595
<p class="post-meta">Posted by
9696
<a href="/about">codernr</a>
97-
on 2020-06-03 10:00</p>
97+
on 2016-10-13 14:00</p>
9898
</div>
9999

100100
</div>

tags/dotnet-core.html

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -97,43 +97,43 @@ <h4 class="post-subtitle">
9797
on 2020-04-01 17:00</p>
9898
</div>
9999
<div class="post-preview">
100-
<a href="/posts/render-razor-view-from-a-dotnet-core-3-console-app">
100+
<a href="/posts/my-first-dotnet-contribution">
101101
<h3 class="post-title">
102-
Render Razor view from a dotnet core 3 console app
102+
My first dotnet contribution
103103
</h3>
104104
<h4 class="post-subtitle">
105-
Razor views a strongly coupled to aspnet core mvc but you can use them in a console app with this minimum setup.
105+
I posted a pull request fixing a default value in dotnet api docs and it got accepted and merged. It ain't much, but it's honest work.
106106
</h4>
107107
</a>
108108
<p class="post-meta">Posted by
109109
<a href="/about">codernr</a>
110-
on 2020-04-17 12:45</p>
110+
on 2020-07-03 15:30</p>
111111
</div>
112112
<div class="post-preview">
113-
<a href="/posts/registering-decorators-in-aspnet-core-di">
113+
<a href="/posts/render-razor-view-from-a-dotnet-core-3-console-app">
114114
<h3 class="post-title">
115-
Registering decorators in ASP.NET Core DI
115+
Render Razor view from a dotnet core 3 console app
116116
</h3>
117117
<h4 class="post-subtitle">
118-
This post shows how you can register multiple classes that implement the same interface and decorate each other in ASP.NET Core dependency injection container
118+
Razor views are strongly coupled to aspnet core mvc but you can use them in a console app with this minimum setup.
119119
</h4>
120120
</a>
121121
<p class="post-meta">Posted by
122122
<a href="/about">codernr</a>
123-
on 2020-06-03 10:00</p>
123+
on 2020-04-17 12:45</p>
124124
</div>
125125
<div class="post-preview">
126-
<a href="/posts/my-first-dotnet-contribution">
126+
<a href="/posts/registering-decorators-in-aspnet-core-di">
127127
<h3 class="post-title">
128-
My first dotnet contribution
128+
Registering decorators in ASP.NET Core DI
129129
</h3>
130130
<h4 class="post-subtitle">
131-
I posted a pull request fixing a default value in dotnet api docs and it got accepted and merged. It ain't much, but it's honest work.
131+
This post shows how you can register multiple classes that implement the same interface and decorate each other in ASP.NET Core dependency injection container
132132
</h4>
133133
</a>
134134
<p class="post-meta">Posted by
135135
<a href="/about">codernr</a>
136-
on 2020-07-03 15:30</p>
136+
on 2020-06-03 10:00</p>
137137
</div>
138138

139139
</div>

tags/razor.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ <h3 class="post-title">
8989
Render Razor view from a dotnet core 3 console app
9090
</h3>
9191
<h4 class="post-subtitle">
92-
Razor views a strongly coupled to aspnet core mvc but you can use them in a console app with this minimum setup.
92+
Razor views are strongly coupled to aspnet core mvc but you can use them in a console app with this minimum setup.
9393
</h4>
9494
</a>
9595
<p class="post-meta">Posted by

0 commit comments

Comments
 (0)