用Github发布静态页面
Posted 梦飞扬~
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了用Github发布静态页面相关的知识,希望对你有一定的参考价值。
一、以下几个简单的步骤
??前提是得有 Github 账号啊!!!
- 在 Github 上新建一个仓库
New repository
- 填写仓库的名字,勾选
public
和Initalize this repository with a README
. 并点击创建。这里名字我取为:static-pages
- 点击
Upload files
- 然后点击
choose your files
开始选择上传文件,文件上传后会显示在列表里。最后点击绿色按钮Commit changes
- 页面文件上传成功后,点击最上面右上角的
Settings
按钮,往下拉在 Settings 里找到GitHub pages
- 点开
Source
,选择master branch
并点击Save
. OK 搞定 - 就像这样:
示例:https://wumaozheng.com/static-pages/image-magnifier.html
以上是关于用Github发布静态页面的主要内容,如果未能解决你的问题,请参考以下文章