How to share github.io portfolio publicly? - github

I have managed to create a GitHub folder and uploaded my .html files. However, I do not see a publishing link in GitHub pages under settings.
Here is the screenshot of mine. As this website says, there is not even an option to make this repository public. The only available option is to upgrade and pay :(
How can I make this public?

In the GitHub Free plan, GitHub pages are available only for public repositories.
It looks like your repository is private. You could either make it public, or upgrade your plan to GitHub Pro or above.
To make the repository public, scroll down to the bottom of the settings page, and under "Danger Zone", select "Make public".

Related

How can I change the default page in github pages?

I am creating a small website project and I started using GitHub pages to have it published there. The thing is that after having all my project in a github repo and decided to change my main page but I am not sure got to do it on github pages.

Github only host for static website and not able to modify the website after it online?

Did Github hosting a website as static website?
Is that mean I do not able to make any changes to the website?
You must understand the difference between GitHub and GitHub Pages.
While using GitHub, you can store whatever you want (As long as it's legal). They are just files. You can delete, change and upload different files at any time.
While using GitHub Pages, the code stored on your GitHub repository will be available online. You cannot create a backend to your website in GitHub pages, they are "static". GitHub will just send the files you store in your repository to the people that visit the url, and the browser will display it as a website. You can change the files in your repository, and the website will be changed accordingly.

Share the Github Repo with someone wothout making it public

I want to share my GitHub repository or project with a recruiter, but I can't make my repo public, how can I do it. Like share using a link or something.
You can give direct access to the user in a private repo.
Goto settings of the repo.
Select the Collaborators tab, Then select Add People.Git Add People

How do i use github to host my static websites

i'm building a portfolio website at the moment and i have some simple html, JavaScript and angular projects that i have already built and pushed to github as repositories.
I want to host this repositories on github so that i can provide a link on my portfolio website for visitors to click on and see my simple projects and not the source code on github.
You want GitHub Pages! This allows you to create a static site that can contain any content you'd like, and it's free.

How to display ALL of the repositories im working on in my github profile?

I am trying to display all of my github repositories so that when an employer enter my profile he can see all my previous projects, including those i was a collaborator in.
I know that there are pinned repositories, but it's limited to only 6 repositories. Is there any way to make all of my repositories be displayed in the same way? or in the same way that my repositories are being displayed on my dashboard?
An alternative would be to use your GitHub Secret Repository. You just need to create a repository using your username including a README.md, and it'll be displayed on your profile page. You can use this to list all the repositories you want.
https://dev.to/puf17640/github-secret-add-a-readme-to-your-profile-25j1
It's not possible to pin more than 6 repositories or gists to your GitHub profile.
The only thing I can suggest is making a personal website that displays all of your projects in the way that you would like and put links to it in prominent places on your CV/resume and online profiles.