1、基於項目的網頁git
在你的一個repository裏的標籤欄中選擇settings,選擇一種theme。github
就能夠直接經過 https://username.github.io/repository 訪問了。bash
2、我的網頁網站
1.新建一個repository,命名規則爲 username.github.iourl
2.本地建立一個文件夾放你的網站用it
3.在本地git bash clone url 操做,講GitHub上的項目克隆過來io
4.本地會獲得新的文件夾 username.github.io命名
5.在文件夾內放置你的網站文件代碼,每次本地更新以後,經過git add . git commit -m "更新描述" git push 三步操做將本地更改更新到GitHub。項目
6.https://username.github.io 就是你的網站首頁了。文件