Hugo Blockquote Render Hook
2024-09-09 in Hugo & Docsy
Hugo supports blockquote render hooks since v0.132.0, which makes it easy to create beautiful alert …
A Hugo image render hook that supports width parameter
2024-07-10 in Hugo & Docsy
This post shows how I support image width with the URL query parameter width. Hugo version: 0.128.2 …
Hugo - Multilingual with language fall back
2024-05-22 in Hugo & Docsy
See discussion: How to automatically fallback to the default language when a requested page doesn't …
[Hugo] Implementing contributors
2024-05-11 in Hugo & Docsy
This post describes how to add contributors to each page by modifying Docsy's default content …
[Hugo] Center images with URI fragment
2024-05-07 in Hugo & Docsy
Update 2024-05-08: After I post a question on the Hugo discourse site, Joe Mooring replied and …
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 …
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, …
Docsy - Click Image and Zoom-in
2023-08-24 in Hugo & Docsy
I use Medium Zoom in my Docsy website to make images clickable and zoomable. Simply add the …
網站版面樣式修改記錄
2023-08-12 in Hugo & Docsy
我的 huanlin.cc 網站是 host 在 Github 平台上,網頁生成工具是用 Hugo 搭配 Docsy theme。本文的目的是記錄我對此網站的 Hugo 與 Docsy 主題框架做了 …