Skip to content

Instantly share code, notes, and snippets.

View DudeThatsErin's full-sized avatar
👽
Aliens are the future.

Erin Skidds DudeThatsErin

👽
Aliens are the future.
View GitHub Profile
@DudeThatsErin
DudeThatsErin / RunBlogUpdate.ps1
Last active February 14, 2025 15:54
Everything you need to create your own blog with Hugo!
# Put this file on your desktop so you can run the updateblog.ps1 file from your desktop.
# Set the blog directory path
$blogPath = "YOURHUGOINSTALLLOCATION"
# Change to the blog directory
Set-Location -Path $blogPath
# Run the update script
& "$blogPath\updateblog.ps1"