Moved to https://github.com/DudeThatsErin/MSB-Public/edit/main/README.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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" |