-
Hugo - Integrating Datatables
In this guide, we will walk through the steps to integrate Datatables into a Hugo site. We will cover both node-based and CDN-based installations, and...
May 27, 2024 -
Hugo - Copying Files to Output Using Pipes
In Hugo, copying files to the output during the build process is a common task, especially when dealing with external resources like CSS, JavaScript, ...
May 27, 2024 -
Hugo - Introduce a Copy Button for Code Blocks
One way to enhance the usability of your documentation or blog is by adding a copy button to your code blocks, allowing users to easily copy code snip...
May 28, 2024 -
Hugo - Integrate search using lunr.js
Adding search functionality to a static site generated with Hugo can significantly improve the user experience. lunr.js is a powerful JavaScript libra...
May 27, 2024 -
Beginner level learning and pair programming with ChatGPT - A case study of Admonitions in Hugo
Introduction Have you ever wanted to learn a new programming language or framework but felt overwhelmed and unsure of where to start? Pair programming...
-
Hugo - Snippets for Breadcrumbs, Table of contents, Import code file as markdown, Quote
Note that the below snippets are stylized to Bootstrap 5. These can be easily adopted to any styling need. Breadcrumbs Partial 1