How can I follow links from the created username.imtqy.com resource to other works that are located in my repository on GitHub?
- It may be to link absolute paths. If you showed your github profile and an example of what you want to get, you would get a more detailed answer. - stackanon
- github.com/mkletsko - my profile. Created your website mkletsko.imtqy.com . There are links to my work, which are also located in my repository. It would be desirable that when clicking on the links, the working pages in the browser would open from my other github sections. If I specify the absolute path (for example: github.com/mkletsko/handylife ), then the repository on the github opens. If I specify the link in the form mkletsko.imtqy.com/handylife , then 404 error. Hopefully available explained :) - mkletsko
|
1 answer
In order to demonstrate your github.com/mkletsko/handylife
repository, you need to create a github page for it. This can be done according to the instructions (pages.github.com> Project site> Start from scratch). After you make the gh page project, the link to its demonstration will look like mkletsko.imtqy.com/handylife
, paste this link to mkletsko.imtqy.com instead of the one that is now.
- Great, everything turned out! Thank you very much!!! - mkletsko
|