Automate Data Upload to Algolia Index with GitHub Actions
In this post, you will find a ready-made recipe for automating the upload of index records to Algolia using GitHub Actions workflow. It complements my previously published “Automate Data Upload to Algolia Index” and “Automate Data Upload to Algolia Index: Revisited” articles.
Continue readingUse Aliases to Redirect Old URLs
This article provides a quick guide to using Hugo aliases to redirect old URLs when reworking already published content.
Continue readingConfigure 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 readingManage Environment-Specific Settings for Hugo-Based Website
In this post, I describe how I migrated the configuration of my site from a single config file with placeholders to the Hugo way of managing environment-specific settings, namely the “Configuration Directory” method. This article is the fifth part of the series “Building Your Blog, the Geeky Way”.
Continue reading