Skip to content

Commit 9c4eead

Browse files
committed
Conflict fix
2 parents 04814d1 + 0b8ce9b commit 9c4eead

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

README.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
1-
# Rob's Blog
1+
# Rob's Tech Journal
22

3-
This is the source code for my blog and website ([www.robwillup.com](https://www.robwillup.com)).
3+
This is the source code for my website ([www.robwillup.com](https://www.robwillup.com)).
44

55
It's built with [Blazor WASM](https://dotnet.microsoft.com/en-us/apps/aspnet/web-apps/blazor) app.
66

7-
## Blog section
8-
9-
The blog section of my website is a technical journaling of topics I'm learning related to
7+
My website is a technical journaling of topics I'm learning related to
108
software engineering, computer science and coding in general.
119

12-
The content for the blog comes from another GitHub repository I have. The Blazor web app
10+
The content for the pages comes from another GitHub repository I have. The Blazor web app
1311
calls GitHub's REST API to get the raw document and then renders its Markdown as HTML.

src/RobWill.Blog/Pages/Index.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
@page "/"
22

3-
<PageTitle>Blog</PageTitle>
3+
<PageTitle>Tech Journaling</PageTitle>
44

55
<MudStack Row="true" Class="gap-x-4" AlignItems="AlignItems.Center" Justify="Justify.Center">
66
<MudText Typo="Typo.h3">Seguindo Jesus Christo</MudText>

0 commit comments

Comments
 (0)