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.

rendle.dev

Mark Rendle's .NET development blog.

Funding OSS maintainers like YouTube funds creators

An idea for applying the YouTube monetization model to OSS package managers

4-Minute Read

Dustin Moris Gorski yesterday published Fund OSS through package managers on his blog over Dusted Codes. In it, he suggests adding payment mechanisms to package managers such as NuGet or NPM, and that’s certainly an option. But it involves creators choosing how much to charge for their packages, and potentially developers having to raise purchase requests every time they want to adopt a new package, and potentially have to pay different creators for different packages on an annual basis,…

My 20 Years with .NET

For the 20th birthday of .NET, a look back at my time with it.

21-Minute Read

It’s .NET’s 20th birthday: 20 years since Microsoft released v1.0 of their managed runtime, a Base Class Library, a couple of application frameworks, and the C# programming language. So I thought I’d do a retrospective of my 20 years working with .NET, because I’m extraordinarily vain and I assume people want to read stuff like this.

Running a .NET 5 web app on Railway

I built a small ASP.NET Core 5 web app and deployed it to Railway in about 2 hours.

7-Minute Read

I’ve been working on a fun little project on my stream recently. It’s an app called StreamBadger that adds overlay images and plays sounds on the stream through OBS Studio. It uses the Twitch API so it needs to authenticate with Twitch, and as it’s a desktop application I wanted to build that authentication flow where you log in through the browser and the app sits and waits and then magically gets connected.

Recent Posts

Categories

About

Mark Rendle's blog about making software and stuff.