9.
bootstrap
一、佈署bootstrap 免費樣板
- 下載網址:https://startbootstrap.com/template-categories/all/
- 請將檔案下載至「github/site」底下
- 解壓縮,並修改目錄為「new-age」
二、上傳至github
- 啟動git
- 設定
git config --global user.name "xxx"
git config --global user.email "xxx@gmail.com"
- 查看訊息
git config --list
- 請在自己目錄下,建立「github」
- 將github 的 site 數據庫複製回本地端
cd c:\xxx\github
git clone xxx
- 完成後,請執行(一)
cd site
git add .
git commit -m "20170501"
git push origin master
- 請至學員網站,點自己網址,後面加「/new-age」
範例
三、設定跳轉至「/new-age」
- index.html 頁面轉向
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="refresh" content="0;url=new-age/index.html" />
</head>
</html>
- 當我們連至網站,打開index.html,會馬上轉至「/new-age/index.html」
四、佈署完成,接下來,請將「github/site/new-age」在「sublime text」開一個專案,準備修改網頁