Skip to content

如何在 GitHub 建立 HTML 页面

OctoKitty edited this page Jan 14, 2014 · 2 revisions

建立 HTML 页面,或者显示 SVG 图片,需要使用 gh-pages.

这里有官方的说明:

http://pages.github.com/

  1. 为一个 repository 建立一个说明页面,或者存放一些 SVG,Mathematica, crx 等等一些不想让 GitHub 显示成源代码的文件,可以在 repository 中建立一个 gh-pages 分支,然后把这些文件放进去即可。分支的 url 在 settings 里面可以看到。
  2. 为一个 organization 或者为个人建立网站。需要把 repository 的名字写成 [organization name/your id].github.io ,这样放在 master 下面的内容会被当做网站的代码,可以在 [organization name/your id].github.io 这个地址看到这个页面,当然前提是有个 index.html,否则需要制定具体的页面,例如 [organization name/your id].github.io/template.html