建立並且更改網誌

1 建立一個倉儲(公開)

2 Setting中設為master branch

3 clone 網址到隨身碟 (https://127.0.0.1:9443這種,上一步產生的)

*網站有了,增加內容-------

4再資料夾(tmp)中建(wcmj2020)

5 git clone 這個網址

6 cd wcmj2020

7 git submodule add https://github.com/mdecourse/cmsimde.git cmsimde

8到資料夾,找到up_dir,把內容Ctrl A到wcmj2020

---------(第9步起就是更改網頁)

9 python wsgi.py (啟動python之術!!!)

10然後複製因為前一步產生的新網址,Ctrl C到古歌看看

11修改後一定要記得generate page

(回到cmd)

12 cd..

13 git add . (add和點點中間一定要記得空白)

14 git commit -m "你要附註的東西"

15 git push

16 完成!!!!