avatarSelim YILDIZ

Summary

The author describes how they created a personal website for free using Github Pages and a template from codewithsadee.

Abstract

In a detailed blog post, the author shares their personal journey of building a professional personal website without incurring any costs by leveraging Github Pages. They chose a pre-designed template called vcard-personal-portfolio by codewithsadee, which simplified the process with its responsive design and pre-built components. The author forked the repository, customized the content and aesthetics to reflect their personal brand, and then pushed the changes to their Github repository. The integration with Github Pages automatically published the website at a URL based on their Github username. The author highlights the ease of updating the website and the cost-effectiveness of the platform, as it provides free hosting and a domain name. The post concludes with a strong recommendation for Github Pages as an efficient solution for anyone looking to establish an online presence with a personal website.

Opinions

  • The author finds Github Pages to be an excellent tool for creating a personal website due to its simplicity and cost-effectiveness.
  • They appreciate the convenience of using a pre-built template, which significantly streamlined the website creation process.
  • The seamless integration between Github repositories and Github Pages is praised for enabling automatic website updates.
  • The author values the professional appearance of the website achieved through the vcard-personal-portfolio template.
  • They emphasize the benefit of not having to worry about hosting or domain costs, as Github Pages provides these for free.

How I Created a Stunning Personal Website for Free with Github Pages

Resource: https://pages.github.com/

Are you interested in creating a professional-looking personal website without spending a lot of time or money? Then look no further than Github Pages. In this blog post, I’ll share my experience building a free website with Github Pages, using the template provided by codewithsadee, and how you can do the same.

To start, I decided to use the vcard-personal-portfolio template by codewithsadee to create my personal website. This template includes a responsive design and a variety of pre-built components that made it easy for me to get started. All I had to do was fork the repository, rename it to match my Github username, and I was ready to start customizing.

Once I had the repository set up, I began editing the code to customize the website to my preferences. I changed the text, images, and colors to match my personal brand, and adjusted my blog pages and resume, etc.

When I was happy with my changes, I committed and pushed the code to my Github repository. Thanks to Github Pages’ seamless integration with Github, my website was immediately live at https://yildizseli.github.io/.

One of the best things about Github Pages is how easy it is to update your website. Whenever I want to make changes to my website, I simply edit the code on Github, commit and push my changes, and my website updates automatically. This means I can focus on creating great content instead of worrying about the technical details of website management.

Finally, one of the most appealing aspects of using Github Pages is that it’s completely free. I didn’t have to pay for hosting, domain registration, or anything else. Github Pages even generated a free domain name for me based on my Github username.https://{username}.github.io

In conclusion, if you’re looking for a simple and affordable way to create a professional-looking personal website, I highly recommend using Github Pages. It’s a quick and easy process that will allow you to showcase your skills, projects, and personality online.

Resources:

https://pages.github.com/

Github
Github Pages
Website
Recommended from ReadMedium