Skip to content

Commit

Permalink
formatting improvements etc
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Drewery committed Jun 30, 2023
1 parent 101f7e2 commit 9914199
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/making-a-blog.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ Anyway, I decided to create this blog to share the ideas and brain thinkings tha

## Getting started

Its crazy easy to make a page on GitHub pages. You just create a repo, click a button, then you''re off. Well, sort of anyway. I also wanted to write something myself using Blazor, because I'm really into Blazor these days. Its not quite as simple as just deploying a bunch of HTML though.
Its crazy easy to make a page on GitHub pages. You just create a repo, click a button, then you're off. Well, sort of anyway. I also wanted to write something myself using Blazor, because I'm really into Blazor these days. Its not quite as simple as just deploying a bunch of HTML though.

### The first step
Obviously the first step was to create a blazor project.
```powershell
```shell
dotnet new blazorwasm -o blog
```
I paid for some overpriced crappy template to get me started because my frontend skills aren't great. By the end though, I'd changed almost everything about it. Anyway, after shimmying that into the blazor project it was ready to push up to the repo.
Expand Down
1 change: 1 addition & 0 deletions site/wwwroot/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ h4,
h5,
h6 {
font-weight: 600;
margin-top: 78px;
}


Expand Down

0 comments on commit 9914199

Please sign in to comment.