Serverless Blog Comment System

Cloudflare has several free services can use. Cloudflare D1 let you build a small database on Cloudflare’s server. Cloudflare worker is a free compute resource, you can write several script to call api. The most important thing is these service are free. For a free tier account you can access 5GB space in D1 database, Workers provides 100,000 requests per day. The comment system can be devided to three different components. ...

July 30, 2026 · 1 min

為什麼要架網站?

主要是看到其他人架的部落格覺得好酷,所以一直有想要架網站的想法,最近才有時間來弄。原本興致勃勃地買了raspberry pi,開始研究架後端、資料庫。已經在架nginx的時候想要把ip放到公網。才發現家用網路通常沒給公網ip。雖然可以內網穿透,但不太安全,也覺得麻煩。所以改用 本地寫好,在上傳到git hub,透過cloudflare pages deploy。這樣超方便。 在架的時候也遇到蠻多問題的。原本是用React+ Tailwind 寫,因為我沒學前端,真的是AI抄來抄去。但太在意前端的樣式就沒放心思在寫內容,所以最後放棄。 為了怕麻煩,網站框架用Hugo,而且有很多主題可以選,如果還想要更好的樣式,在自己重新寫吧! 這就是為什麼現在網站長這樣的原因,喔對了,因為cloudflare買網域真的很划算,只要花一年NT300左右就可以買網域,資安的問題也都幫你處理好了,直接跟github repo連線就可以直接部屬網站(真香)。

April 10, 2026 · 1 min