This repo holds the Hugo source files for www.getlatestversion.eu
You will find guidelines and instruction in the Wiki.
$env:AZURE_STORAGE_ACCOUNT="stagegetlatestversioneu"
$env:AZURE_STORAGE_KEY="**********"
$env:HUGO_ENVIRONMENT='staging'
hugo --gc --cleanDestinationDir --buildDrafts --buildFuture ; hugo deploy --maxDeletes -1
rm -Recurse .\public\ ; md public ; hugo deploy --maxDeletes -1