Using Jekyll as a static website generator in 2024

In a previous article I introduced the world of static website generators, explaining the reasons that pushed me to adopt this solution in general and Jekyll in particular.

Search for packages with the zypper-onlinesearch plugin

Thanks to the openSUSE Build Service infrastructure, tons of free software is packaged by third part users and made available to every openSUSE user.

Playing with DBus and KDE applications (part 3)

In a previous article I have shown how to handle the D-Bus resources provided in general and in particular by the Konsole and Yakuake D-Bus services, and take advantage of them in a Bash script. This time we will explore more services that provide useful features to embed in our Bash scripts.

Under the hood of zypper-upgraderepo gem

Zypper-upgraderepo came in my mind the day I realized to abandon the old method of download and burn the ISO to upgrade my openSUSE Linux distro. There is nothing wrong on reinstalling everything from zero and clean up all the junk accumulated, but the good ability of Yast and Zypper to keep the system in good conditions after several package installations and removals, made me think to take advantage of the dist-upgrade command.

An overview on static websites with Jekyll

It’s a common practice starting a custom blog using one of the hundred CMS/CMF available out there. Wordpress, Drupal, Joomla are just the most popular names, and all of them share interesting features like:

  • working well out of the box;
  • customizations through external modules;
  • no programming skills required (at least for basic usage);
  • a wide selection of themes;
  • a large community ready to help.