Posts by Year

2022

Installing PSReadLine for Predictive Intellisense

less than 1 minute read

You can read all about PSReadLine here: About PSReadLine, the feature I want most is the predictive intellisense, you set your PowerShell command history as ...

Registering a .eth Domain Name

3 minute read

For day 13 of 100 Days of Code, I’m going to buy a .eth Top Level Domain (TLD), Hawzy.eth. I’m going to walk through doing the needful, from setting up a me...

Install Oh My Posh Theme Engine

1 minute read

Today for Day 12 of 100 Days of Code I’m going to install the Oh My Posh Prompt theme engine, Nerd Fonts and Terminal Icons into my powershell profile.

Creating a PowerShell Profile Repository

2 minute read

For day 11 of 100 Days of Code, I’m going to create a new repo to host my PowerShell Profile https://github.com/Hawzy/powershell-profile. The profile gets a...

Adding Teaser Images and Favicons

1 minute read

Welcome to Day 9 of 100, I’m going to show how to add a favicon (which is the browser tab icon) and a teaser image, which is a small image related to a spec...

Add show_date to Minimal Mistakes Theme

less than 1 minute read

Out of the box Minimal Mistakes theme does not show the date on posts, just the read time. I want to add that functionality to my blog and luckily I found s...

Adding Analytics Tags to a Jekyll Blog

1 minute read

Hi, welcome to day 7/100 days of code. Today I’m going to walk through adding Google Analytics and Bing Webmaster Tools Analytics to this blog. As always y...

Site Setup and Jekyll theme configuration

2 minute read

Welcome to day 5 of my 100 days of code journey. Last time, I cloned a jekyll theme, spun up a docker container to serve the files and did some light cleanu...

Docker Compose and Jekyll

2 minute read

Now that I’ve got some material, I want to setup a Jekyll container to display my content locally and tweak the theme and settings before I fire it off into ...

Back to top ↑