About <<
Previous Next >> ssh
W1
創建網站:
到https://github.com/mdecourse/cmstemplate
按下
創建新倉儲 cd2021
打開小黑窗
cd tmp
git clone --recurse-submodules 倉儲網址.git
打開網站:
cd tmp/cd2021/cmsimde
python wsgi.py
在網址欄打上localhost:9443
編輯網站後:
按下右上角的generate_pages
cd tmp/cd2021
git add .
git commit -m"名字"
git push
About <<
Previous Next >> ssh