A quiet bank holiday today, not a lot to report!
Marie and I finishe The Physician that we started late a few nights ago. I’m not sure it’s considered a good adaptation of the book its based on, but we enjoyed it!
The flatpack chest of drawers I put up a couple of weeks ago has had some woodglue added to the joints on one side so it doesn’t separate and cause the draws to fall out.
I’m also still tinkering with Hugo and PowerShell. I’ve updated my baby script for adding new posts so that I can keep posts in folders by month.
Updated Script
cd c:\users\Gareth\SquirrelTales
$monthyear = Get-Date -UFormat "%b%Y"
$date = Get-Date -UFormat "%d-%m-%Y"
hugo new content "content/posts/$monthyear/$date.md"
start "./content/posts/$monthyear/$date.md"