Add Image Lightbox to Hugo Theme
If you need to add an image lightbox to your Hugo theme and have no idea how to approach it, read this article, where I present a simple and effective technique for achieving this. It is a continuation of the series “Hugo Theme Recipes”.
Continue readingUse Video Embeds in Hugo Theme
In this article, I will show how to handle video embedding when creating content for a Hugo-based website or enhancing a Hugo theme; it continues the series “Hugo Theme Recipes”.
Continue readingIntegrate Google Analytics with Hugo Theme
This article provides a quick recipe for integrating Google Analytics with a Hugo theme. Hugo comes with a group of built-in internal templates, including those required to use Google Analytics, and I’ll show you how to incorporate them into the Hugo theme.
Continue readingAdd Table of Contents to Hugo Theme
This post introduces another enhancement to a Hugo theme - the Table of Contents (TOC). It’s based on Hugo’s built-in ability to parse Markdown content and generate a table of contents that can be used in templates. This article is the second one in the series “Hugo Theme Recipes”.
Continue readingAdd Series Taxonomy to Hugo Theme
In this post, I will show you how to implement a series taxonomy in a Hugo-based theme. The presented solution is based on Hugo’s built-in support for user-defined groupings of content. With this post, I am starting a new series called “Hugo Theme Recipes”, where I will share various how-tos on adding new features to a Hugo-based theme or enhancing existing ones.
Continue reading