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.

Photo of Aaron West

aaron west

technology | programming | life

Aaron West

2-Minute Read

I was able to get my YubiKey Edge working with GitHub Two-factor Authentication recently. On github.com I went through the two-factor setup and selected the authentication app option. When I got to the screen with the QR code I launched the YubiKey Authenticator app on Mac OS X Yosemite (10.10.x) and plugged in my YubiKey Edge. I then chose the File -> Add option in the menubar. I actually had to click back and forth between the YubiKey Authenticator icon in the Dock and any other app icon in…

Aaron West

2-Minute Read

I haven’t blogged on this website in well over a year. In fact, in 12 years of writing on this site I’ve only published 599 posts. That’s on average 50 posts a year. I think I’ve figured out why it has been so hard for me to add content and posts to this site in the way I had hoped. I was focusing more on getting posts perfect than on getting the basics covered and published.

Aaron West

4-Minute Read

One of the things I’ve been playing with at work is conventional-changelog and the concept of generating a CHANGELOG.md for most projects. We’ve double-downed our effort to create more and better documentation and as part of the effort I researched ways to generate documentation automatically and have said documentation be as close to the code as possible.

Recent Posts

About

Aaron West's technology blog