Code review
2024-04-13 in IT 雜七雜八
In this post: 為何做 code review? 走味的 code review。 為何做 code review? 實施 code review 的兩個主要理由:提高程式品質,以及傳遞知 …
Redoc side menu woes with Bootstrap CSS 5.x
2024-04-06 in Hugo & Docsy
Symptom In a static website built with Hugo and Docsy theme, I added a page to render an OpenAPI …
A Hugo Shortcode for rendering a CSV file as an HTML table
2024-03-25 in Hugo & Docsy
In this post, I share my Hugo shortcode that can render a .CSV file as an HTML table. Code by …
GitHub Copilot 入門
2024-02-18 in AI
超級 lag 的我,終於也開始用 Copilot 啦。 簡介 Copilot 能做什麼? 當我們寫程式的時候,Copilot 會在背後忙著推測我們的意圖,並適時提供它建議的程式碼。 除了幫我們產生程式 …
Using ShareThis Reaction Buttons
2023-10-15 in Hugo & Docsy
Change Summary Two changes has been made today. The first is change is a fix for C# tag 404 error, …
Get Started with Azure OpenAI
2023-10-14 in AI
摘要: 說明如何開始使用 Azure OpenAI,從建立資源、deploy 一個模型、到撰寫程式來呼叫 OpenAI 的 Chat Completions API。 前提:要有 Azure 帳號( …
Docsy - Click Image and Zoom-in
2023-08-24 in Hugo & Docsy
I use Medium Zoom in my Docsy website to make images show full size when they are clicked. Demo …
網站版面樣式修改記錄
2023-08-12 in Hugo & Docsy
我的 huanlin.cc 網站是 host 在 Github 平台上,網頁生成工具是用 Hugo 搭配 Docsy theme。本文的目的是記錄我對此網站的 Hugo 與 Docsy 主題框架做了 …
Docsy - Show The Last Modified Date
2023-08-11 in Hugo & Docsy
Background Hugo supports two ways to get the last modified date of posts: Using the last commit date …
Hugo 與 Docsy 筆記
2023-08-10 in Hugo & Docsy
摘要:我使用 Hugo 與 Docsy theme 的一點粗淺心得,以及和 MkDocs 的比較。 MkDocs vs. Hugo MkDocs 相較於 Hugo,我認為有以下優點: 更容易上手,官方 …