Making a Blog with C# - Part 1
Planning
I've been wanting to try out Blazor for a while now, so I decided on making a blog with it, so I could share my experiences along the way.
To share as much of the experience as possible, I'm going to make the blog available as soon as it's functional - Meaning there's a good chance it's rough on the eyes at first. Sorry 😄
I'll be improving on the blog gradually and making posts about it along the way.
The plan
- Pick tools & hosting
- Blog website MVP - probably just a page with text
- Publish website
- Add links to GitHub, Twitter, LinkedIn etc
- Improve appearance of the website
- A system that allows me to make and publish new blog posts directly on the website
- A comment section for blog posts
- Search Engine Optimizations (SEO)
- Allow people to subscribe to get notifications about new posts
- ???
Let's see how far that plan takes us! 😄