Github Page

home | blog | Archives

Github Page

By on Oct 12th, 2023 in Code

It is still possible to host a personal website/portfolio on GitHub Pages that is publicly accessible at username.github.io. This feature has been and continues to be popular among developers and other GitHub users. I am only ever on github once in a blue moon. However, I don’t like it one bit when my user page […]

Continue reading »

GitHub profile README

By on Oct 1st, 2023 in Code

1. Set Up: 2. Editing Content: 3. Viewing Changes: Go to your GitHub profile by clicking on your profile picture on the top right corner and selecting “Your profile”. You’ll see the content of the README.md displayed on your profile. For both GitHub Pages and GitHub profile README, you can also use git commands (clone, commit, push, etc.) to […]

Continue reading »