Question

When I get the data of an repository via the API there is this key "homepage" which is "null" in my cases. Is there any way to to set a value for it e.g. the URL of the gh-page of this repo without using the API? Maybe via the settings of the repo or the config file or doing something like 'git config homepage "http://USERNAME.github.io/REPO/" '

Was it helpful?

Solution

Assuming you have access to the repository, click "Edit" from the repository header in your account, then enter you can change the homepage and description.

enter image description here

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top