post: add post about building the blog (#10)
* post: stub out initial post with outline * fix: add title attribute to lead in feed and add disc to list styles in posts * fix: apply style to artcile * post: work on rough draft * post: work on rough draft * post: work on rought draft * post: work on rought draft * post: more work on rough draft * post: finish post * chore: cleanup usings * chore: run dotnet format * docs: testing README * docs: update README.md
This commit is contained in:
@@ -1,5 +1,18 @@
|
||||
# blog.stevanfreeborn.com
|
||||
|
||||
⚠️ Under Construction ⚠️
|
||||
|
||||
The source code for [my blog](https://blog.stevanfreeborn.com).
|
||||
|
||||
You can read more in detail about building in [this blog post](https://blog.stevanfreeborn.com/building-a-markdown-blog-with-blazor-and-docker).
|
||||
|
||||
## Technologies and Languages Used
|
||||
|
||||
- [C#](https://docs.microsoft.com/en-us/dotnet/csharp/)
|
||||
- [HTML](https://developer.mozilla.org/en-US/docs/Web/HTML)
|
||||
- [CSS](https://developer.mozilla.org/en-US/docs/Web/CSS)
|
||||
- [JavaScript](https://developer.mozilla.org/en-US/docs/Web/JavaScript)
|
||||
- [Markdown](https://www.markdownguide.org/)
|
||||
- [.NET](https://dotnet.microsoft.com/)
|
||||
- [Blazor](https://dotnet.microsoft.com/apps/aspnet/web-apps/blazor)
|
||||
- [Docker](https://www.docker.com/)
|
||||
- [Nginx](https://www.nginx.com/)
|
||||
- [GitHub Actions](https://github.com/features/actions)
|
||||
|
||||
Reference in New Issue
Block a user