Cheatsheets

Azure Storage - Static Site Deployment

Deploy Static Site Content to Azure Storage Blob in the Cloud

“In Preview” - A Word of Caution As of me writing this post on 2018-10-07, deploying a static site on an Azure Storage account is in “preview.” Microsoft has specific terms of use for any of their services while they are in preview or beta. I’m taking a bet that this will be a service that they convert to General Availability - especially since their biggest competitor, Amazon Web Services, also enables users to deploy static sites on their storage service, “S3”.

Hugo Cheatsheet

Cheatsheet for Hugo (Static Site Generator Written in Go)

Hugo Cheatsheet I found it fitting to create a quick cheatsheet on Hugo, since that is the tool I used to build this website. The main purpose of this cheatsheet will be for my own personal benefit to revisit some of the common hugo commands I use during development of this site. Hopefully, someone else may also find this cheatsheet useful. This is not an exhaustive list of all of hugo’s functionality, but instead, it is a hyper-personalized view into how I personally use hugo, which commands I use, and my understanding of how the tool works.