简体   繁体   中英

Github: display the wiki home on a repository front page

I recently created a global wiki for my company in a Github repo. It's an empty repository which I created just to use its wiki.

My problem: on the front page of this wiki repo, the Readme is displayed. And this Readme is empty, except for a link to the wiki's home.

I want to display this home on the front page of the repo. Is it possible?

Probably is better to use https://pages.github.com/ you could even go further and use hugo , in long term could be easy to maintain since you just keep track of all your articles/posts within a repo.

Regarding your question probably a redirect from the main repo to the wiki may work, check the docs for more info: https://help.github.com/categories/github-pages-basics/

With a redirect, I mean that you will need to have an index.html redirecting to the wiki URL.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM