Setup Install Hugo. git submodule update --init --recursive Running locally hugo server --buildDrafts Deployment Make sure you've authenticated with Google Cloud using: gcloud auth application-default login Run the following: hugo hugo deploy --target=production