I’ll keep this one brief. After years of hosting via Squarespace I finally decided I ought to power this site with something new, so here we are.

Surprisingly the process was simple and should come with some welcomed quality of life improvements to the overall aesthetics of this site. While old posts have a basic level of syntax highlighting, new posts going forward will be styled a bit nicer.

For example:

#Create a variable with the desired process name
$ProcessName = "chrome"
try {
    Get-Process $ProcessName -ErrorAction Stop
} catch {
    Write-Error "Something went wrong: $_"
}

You should find that generally everything migrated properly, but in the rare event that you find a broken link feel free to let me know via the contact page.