[筆記] 生成 ejs 靜態檔案
這幾天在把 31.infor.org 跟 cscamp.infor.org 從 StoneApp 的主機搬到 github pages 上面
由於只能使用靜態檔案 所以我們要把原本的動態 ejs 做個轉換(?
用 express 中的 `app.render` 可以簡單的達成
使用方式跟 router 中的 `res.render` 一模一樣
簡單寫個 [script](https://github.com/infor31st/2018-cscamp/blob/gh-pages/renderStatic.js)
Reference:
- https://expressjs.com/zh-tw/api.html#app.render
- https://stackoverflow.com/questions/30976477/generate-static-html-files-from-ejs-templates
- https://stackoverflow.com/questions/62152600/using-express-ejs-how-can-i-render-as-a-static-site
2020-12-02 01:54:03
留言
Last fetch: --:--
現在還沒有留言!