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.

Hugo Future Imperfect Slim

Adventures in Userland

Exploring the wonders of technology

Dynamic DNS with IPv6

Predicting the Unpredictable

Thomas Peters

Photo by chuttersnap on Unsplash

Being a Telus customer, there is native IPv6 available aslong as you play within their rules. I finally got around to building a system to accommodate this setup. I am still determining how sticky the IPv6 lease from Telus is. Turns out that Telus offers a /56 Prefix as long as your router only requests an IA-PD and not a IA-NA.

iBGP Madness

Broadcast over a non Broadcast network?

Thomas Peters

in the struggle to get OSPFv3 functional between Wireguard Endpoints I ran into a few problems Using CentOS 7 for the nodes I was seemingly unable to get the OSPF to converge. After many hours of tweaking configs I landed at a solution. Not at all helped by the fact that Wireguard did not like keeping the Link-Local Address persistent. The following is what I came up with do updated the remote node with the correct Link-Local when the tunnel comes up as part of the pre-up commands.

Wireguard P2P

Why Doesn't this just work!

Thomas Peters

Recently after migrating my BGP edge router to a new VM I had issues with my Peers not coming up. I had changed the way that the tunnels had come up but not in a way that I thought it would affect the outcome. Turns out there is an extra option to get the destination set. Although hacky the following added to the wg-quick configurations did the trick.

Setting Windows Network Location

Public?, Private?, Domain?

Thomas Peters

Adding new interfaces or virtual interfaces such as VPN connections never seem to end up in the right firewall zone. Windows no longer seems to have a GUI option to allow you to easily changes these settings. Dropping to Powershell will still manage to get the Job done

Migrating to Hugo

Go Go Hugo

Thomas Peters

What is Hugo?

While building your own Content Management System can be a good way to stretch your your programming skills, it may lack the finesse of a well thought out CMS system already in existence. One of the things that I was looking to achieve was to create a CMS system that would export to static HTML. While I did have it running and working correctly. I never got the the “export” part

Recent Posts

categories

About

test