i finally did it and bought my first domain. i'm going to try and set up the homepage today.

i'm not sure if i want to use github to manage the site. i don't actually know how to do it through github yet. and i don't even really want to make it the long-term solution. but github is intimidating and i'd rather start learning it voluntarily before i'm under pressure from a class in school, because i know it's coming eventually.

does anyone know of any github guides written for absolute noobs?

@seabunnie Congrats! It sounds like when you say "Github" you actually mean "git." Git is version tracking software that you use to help you track changes, and Github is one of many services that uses git to give you a place to store your project and collaborate with others if you want to.

As far as tutorials, the official Git documentation site has a series of videos that are a good place to start: https://git-scm.com/videos

Good luck with your journey! Programming can be a blast!

Git - Videos

@tahosa thanks for the clarification! that helps a lot :)