Bilberry Hugo Theme: Summing Up the Year 2022
In November 2021, I became the official maintainer of the Bilberry Hugo theme, and this post is a quick overview of how this theme has evolved in 2022.
Continue readingIn November 2021, I became the official maintainer of the Bilberry Hugo theme, and this post is a quick overview of how this theme has evolved in 2022.
Continue readingIt has been almost a year and a half since I published the article “Campsite Booking API: Revisited”. During this time, I kept the project up-to-date and implemented numerous improvements. So, in this article, which is the second part of the series “Campsite Booking API (Java)”, I describe in detail what was achieved and how.
Continue readingI’m happy to announce that the Bilberry theme can
be used as a Hugo module as of version 3.8.0
.
The Quick Start section of
the README file has been updated accordingly. The Hugo module option is now recommended when pulling
theme files from GitHub’s Bilberry Hugo repository. Other options for adding theme files
via git clone
, git submodule
, or zip file
are also supported. The theme’s
demo website is now built and deployed using the
Hugo module approach.
I also migrated my personal website kiroule.com to using the Bilberry theme
as a Hugo module. The Bilberry Sandbox website is built and deployed in both modes:
on Netlify via the git submodule
and
on GitHub Pages via the Hugo
module.
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 readingThis 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 reading