Posts in 2025

  • 網站更新:Docsy 升級至 v0.12.0

    2025-06-03 in Blog

    更新日期:2025-06-03 主要更新 Docsy 從 v0.11.0 升級至 v0.12.0。詳見 Docsy changelog 0.12.0。 Hugo 從 v0.138.0 …

     Read more


  • API Design-First Approach 心得筆記

    2025-03-01 in Blog

    有機會近距離接觸 API design-first approach 的工作現場,這是我的一點觀察筆記和讀書心得。 專有名詞 這裡的 API 指的是 HTTP based 或 RESTful API。 …

     Read more


  • 三國大傳:諸葛對司馬

    2025-01-26 in Blog

    諸葛亮 如果說諸葛亮給魏延留的是一條生死間半的路,而留給楊儀的則是一條最多不過賦閒置散而已的生路。顯然,諸葛亮在死時,已下決心「拋棄」了他們,這對於二者都是一種可悲的結局,但孔明並不肯把事情做絕,他一 …

     Read more

Posts in 2024

  • Customizing Hugomods Icon Grid

    2024-11-10 in Blog

    References Source code: hugomods/bootstrap - icon-grid.html Documents: Bootstrap Icon Grid Shortcode …

     Read more


  • Hugo Blockquote Render Hook

    2024-09-09 in Blog

    Hugo supports blockquote render hooks since v0.132.0, which makes it easy to create beautiful alert …

     Read more


  • 空氣清淨機選購筆記

    2024-07-30 in Blog

    空氣清淨機實在太多廠牌了,規格和細節也很多。當初選購時花了不少時間調研以及跟家人討論,現在東西終於到貨了,也花點時間整理這次購入兩台空氣清淨機的規格、考慮因素,也分享一點使用心得。 選購重點 底下是我 …

     Read more


  • A Hugo image render hook that supports width parameter

    2024-07-10 in Blog

    This post shows how I support image width with the URL query parameter width. Hugo version: 0.128.2 …

     Read more


  • GitLab pages for different branches

    2024-07-08 in Blog

    Attempt 1 Stack Overflow: Deploying GitLab pages for different branches It doesn't work because each …

     Read more


  • 認識 Tailwind CSS

    2024-06-26 in Blog

    Hugo 昨天(2024-06-25)發布了 v0.128.0,其 release note 提到這次加入了 TailwindCSS v4 (alpha)。我對前端技術相當陌生, …

     Read more


  • API design-first 方法的挑戰

    2024-06-06 in Blog

    底下框框內的文字是 Copilot 幫我產生的內容(已棄用): AI 提供的文字 API design-first 是一種強大的方法,用於構建強大且可擴展的 API。然而,它也帶來了一系列的挑戰。在這 …

     Read more