其中的 [0元架站!Forestry打造HUGO即見即所得的編輯介面,與整合Cloudflare Pages全自動化更新] 的 Step 17 的 hugo build, 若是使用 forestry 中的 https://forestry.io/starters/ Twenty-Twenty 這個 starter 樣版, 在預設的 Cloudflare Pages 建置時, 使用 hugo 0.55 版本, 是會出現以下錯誤:
error: unable to find theme directory: /opt/buildhome/repo/themes/github.com/themefisher/twenty-twenty-hugo cloudflare
可以利用官方資料中的修改 hugo 版本來改善:
https://developers.cloudflare.com/pages/framework-guides/deploy-a-hugo-site/#using-a-specific-hugo-version
其中設定方式如下圖:

在環境變數中, 新增一筆變數名稱為 HUGO_VERSION 值為 0.98.0 即可順利建置完成. (目前 hugo 最新版本可以參考: https://github.com/gohugoio/hugo/releases)
也請參考這篇: https://githubhot.com/repo/CaiJimmy/hugo-theme-stack/issues/290