This message, related to the development of the theme, only displays on the localhost homepage to notify you of any important theme changes.


Version 2.0.0 - July 20, 2020

Below are the following changes that could be breaking changes for your site. For more details on any change, please refer to PR #154.

The major breaking change is:

  1. Users that have front matter that utilize images (backwards compatibility for featured and associated parameters still remains) will need to adjust from [images]="SRC" to the new format.
[[images]]
    src = "" // Link to image
    alt = "" // Alt text for image
    stretch = // Optional: See screenshots for referenced values and outcomes

If you utilize any of the following, there might be a breaking:

  1. User custom templates may require adjustment.
  2. User custom i18n languages, or custom templates referencing i18n translations may require adjustment.
  3. User custom template for comments will require adjustment if it uses the theme’s CSS and/or JS.
  4. User custom CSS may need to adjust due to a variety of class name changes and specificity changes.

While I realize this is inconvenient, I hope that it is worth it to you in the long run. Thanks for using the theme, and feel free to submit issues as needed.

Sascha Vogt

maybebuggy.de

Software developer who cares for clean code

2-Minute Read

From time to time we need to upgrade our Jenkins installation. Usually this requires two restarts due to the fact that first Jenkins core needs to be updated and later on the huge amount of plugins. Of course you can update the plugins first and then core, but more often than not some plugins need a newer core version and therefore you don’t get the latest updates without upgrading core first.
To avoid starting Jobs starting jobs after the core upgrade we wanted to start Jenkins in…

2-Minute Read

This is just a quick post (merely to have something for myself to remember) on how to get MS SQL running on Linux.
As you might have noticed, there is a developer version of the next MS SQL server available (for now called “vNext Community Preview”) which is also available on Linux and even as a Docker container.

6-Minute Read

As announced in the previous post, I rebooted the blog in order to write about our experiences with OpenStack and Ceph. For the first topic I picked the Ceph cache tiering, as we have recently struggled quite a bit to keep it up and running ;)

1-Minute Read

It’s been a long time, but I figured it’s time to restart the blog. In the past two years we started setting up an OpenStack based IaaS for our developers to be able to test our software in a distributed fashion. As storage we’ve chosen Ceph which is quite powerful but also comes with a few unexecpted quirks. So expect quite some OpenStack and Ceph posts in the future.

Recent Posts

Categories