Hi! I've been making websites for a long time, too long really. It's great! If you want to start your own personal site, let's use this thread to give each other tips or support.
I'll be checking in every day at least, so if you have a question, or need any tips, please feel free to ask!
Initial starting resources:
Development programs
On PC: https://code.visualstudio.com/download
In browser: https://vscode.dev
Starter guide
HTML: https://blog.hubspot.com/website/html
Sites to host on:
Github pages: https://pages.github.com
If you've never ever made an HTML document ever, hubspot's guide looks pretty good. It goes over the basics of opening a file, editing, and previewing it. Once you have it looking how you want locally, hosting it is the next step.
VSCode is a great starter IDE (or, text editor) that gets a lot of the basics right. Actually, I use VSCode for pretty much everything.