Can I have my GitHub Pages index.html in a subfolder of the repository?

后端 未结 6 738
再見小時候
再見小時候 2020-12-02 13:08

I\'m trying to use GitHub pages to host a Doxygen site. Ideally, I\'d like to be able to push the generated files and directories to GitHub without having to tweak them at a

6条回答
  •  [愿得一人]
    2020-12-02 13:59

    Create a dummy index.html at the root and put this in your header:

    
    

    Be sure to change the destination URL. This will instantly redirect from index.html to your folder/index.html.

提交回复
热议问题