CMSiMDE <<
Previous Next >> 基本操作
建立網頁
由於 CMSiMDE 帶有動態網頁與靜態網頁等兩個部分, 動態網頁執行時需要該伺服器可執行 Python 3, 以及 flask flask_cors bs4 lxml pelican markdown pyopenssl 等模組. 而靜態網頁的伺服則只需要 WWW Server 即可.
若使用者在 Github 使用 CMSiMDE 建立網頁, 可以透過 https://github.com/mdecourse/cmstemplate template 建立, 步驟與兩種設定方式如下:
- 使用者登入 Github
- 將瀏覽器連線至 https://github.com/mdecourse/cmstemplate 頁面後, 點擊 Use this template 按鈕後, 選擇所要採用的 repository 名稱後, 就可以建立以 CMSiMDE 作為子模組的 Github 倉儲.
- 假如使用者所選擇的倉儲名稱為: 帳號.github.io, 則 Github 會自動設定該倉儲的 main 分支為 Github Pages 根目錄, 意即一旦 Github Pages 完成轉檔 (提交訊息之後會出現綠勾), 則該倉儲的對應網頁將為: https://github_帳號.github.io
- 若使用利用 https://github.com/mdecourse/cmstemplate 作為 template 所建立的倉儲名稱並非 github_帳號.github.io, 則使用者必須自行至該倉儲的 settings/Github Pages 選項中將 main branch 設為 Github Pages 對應的 root 目錄. 之後, Github 將會採用: github_帳號.github.io/倉儲名稱 作為與該倉儲對應的 Github Pages 網址.
CMSiMDE <<
Previous Next >> 基本操作