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.

Microsheep

MicroSheep's page

Rummaging IT fields since the 8-bits personal computers era.

2-Minute Read

Thanks to Twitter/X, I got my hands on a DEC VT510 terminal in superb condition but without a keyboard. To achieve a 100% Digital Equipment Corporation look, I bought a DEC PC keyboard, since the VT510 accepts any keyboard with a mini-DIN connector. Since FUZIX is in the lineage of 1970s UNIXes, it would make sense to display the FUZIX virtual terminal using a physical terminal. The VT510 offers two serial connectors, male and female, and is capable of serial connections up to 115000 baud. This…

3-Minute Read

The idea behind FUZIX is to recreate an old-school UNIX that can run on 8-bit (Z80, 6502, 6809) or 16-bit (68000) architectures and provide them with a complete operating system: process management, files, input/output, etc. It is also a way to go back to the origins of UNIX with a frugality and efficiency required by the low power of the target hardware platforms.

2-Minute Read

Perhaps influenced by industrial mandatory practices, I wanted to add an emergency button to my home server in order to shut it down fast. For example in case of power shortage, I’d like to trigger a clean shutdown before the UPS runs out of power and without requiring a screen or keyboard attached. Therefore I bought an USB “emergency” button.

Example of USB emergency button

That was the easiest part. The button acts as a single key keyboard emitting…

Recent Posts

Categories

About

What can we find here?