I don't like front-end development but I enjoy writing things by hand rather than rely on one-off classes. Even in my blog, I tend to write a lot of HTML manually throughout the post, like creating a quick container to put two images side-by-side and center them, making blockquotes, the occasional nested list, in-line CSS, etc...
I've written some of it in VSCode and Joplin but I didn't find it comfortable to write in either of them. What editor/extensions do you use to make dealing with HTML easier? I'm currently looking at Emmet, but it looks a bit intimidating to learn.
Edit: I ended up using Emmet for writing HTML in general along with Espanso for quickly inserting some templates I use. It's working out pretty well!
MIT is the de-facto license that says "Do what you want with the software, just give me credit. Also, I don't owe you anything".
It lets people do basically anything with it but protects you from:
People who would steal your project and claim they were the original creators (your name and copyright info is filled in the license which they have to include and mention)
Any sort of liability or warranty - people can't blame you for any damage done by your software