Week 2

管理網站

CMSimfly 網站

  1. 啟動近端動態系統 python wsgi.py ,並開啟對應網址 https://localhost:8443

  2. login帳號然後編輯網站。

  3. 編輯完後按下 generate_pages 鈕,將動態網頁資料轉換成,靜態網頁資料。

  4. 進行新增、提交及推送到遠端的倉儲。

IMAGE ALT TEXT HERE

reveal 投影片

  1. 以 Leo Editor 開啟位於 config 下的 reveal.leo去進行編輯。

  2. 編輯完後啟動近端靜態系統 http-server.py,並開啟對應網址 https://localhost:8444/reveal 編輯的部分就直接會在此網站上有所改變。

  3. 最後進行新增、提交及推送到遠端的倉儲。

IMAGE ALT TEXT HERE

pelican 網誌

  1. 以 Leo Editor 開啟位於 config下的 pelican.leo 去進行編輯。

  2. 因為下面網址牽涉到遠端連結,所以要先到@edit publishconf.py修改SITEURL = 'https://mdecadp2018.github.io/site-40623101/blog'

  3. 因為牽涉到遠端連結的討論區,所以修改成DISQUS_SITENAME = "mdecadp2018"。

  4. 編輯完後先進行近端推送 (local-blog) ,並啟動近端靜態系統 http-server.py ,然後開啟所對應的網址 https://localhost:8444/blog

  5. 編輯的部分就直接會在近端靜態網址上有所改變。

  6. 進行遠端推送 (github-blog) 。

  7. 最後進行新增、提交及推送到遠端的倉儲。

參考網址:https://mdecadp2018.github.io/site-40623101/content/pelican%20%E7%B6%B2%E8%AA%8C.html

Show Comments