Configure Custom Domain and HTTPS in Netlify : Revisited
After publishing the article “Configure Custom Domain and HTTPS in Netlify”, one reader asked in the comments if the same instructions could be used to set up a custom subdomain. So in this post, I expand on my answer.
Continue readingAutomate Data Upload to Algolia Index : Revisited
Updated on 2025-08-06
I recently made some changes to the automated upload of data to Algolia; namely, the script that reads and sends data to the appropriate index has been reimplemented using Algolia’s JavaScript API client. In this post, which is an addition to the original post on this topic, I go into detail about JavaScript implementation and upload automation with npm.
Continue readingkiroule.com: Summing Up After 6 Months
It’s been 6 months since the inception of my website, kiroule.com, and it’s time to take stock. On 29th April, I published my first article, “Start Blogging With GitHub, Hugo, and Netlify.” Since then, I’ve published seven more articles while starting two series: “Building Your Blog, the Geeky Way” and “Hugo Theme Recipes.”
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