Customizing Hugomods Icon Grid
2024-11-10 in Hugo & Docsy
References Source code: hugomods/bootstrap - icon-grid.html Documents: Bootstrap Icon Grid Shortcode …
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 show full size when they are clicked. Demo …