Files

19 lines
809 B
Markdown
Raw Permalink Normal View History

2024-04-02 15:35:57 -05:00
# blog.stevanfreeborn.com
2024-04-11 00:58:22 -05:00
The source code for [my blog](https://blog.stevanfreeborn.com).
2024-04-26 07:21:45 -05:00
You can read more in detail about building the blog 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)