Beginner's Guide: Hosting Your HTML Static Site on GitHub
Whether you are a student, job seeker, or professional, having a portfolio is always impressive. One of the top 10 free ways to host a website is on GitHub Pages . You don't need to be an expert in Git or HTML; basic knowledge of HTML, CSS, and Git is sufficient. Get Your Static Webpages Ready You can build your HTML static pages from scratch or develop them from a free template. If are not a coder, but have a basic knowledge of HTML, CSS, and JavaScript, creating a simple website is easy with an online template. I used a template from Free CSS . You can also check out HTML5 UP . Have a GitHub account Sign up for GitHub if you don't have an account. You need to know the basics of creating a repository in the GUI and how to upload folders/files from your PC. You can accomplish this using GitHub Desktop or through simple CLI commands. Host Your Static Pages on GitHub Once you have your static code and GitHub account, you're ready to host your site. There are different ways ...