hugo new site govanityurls
cd govanityurls
git init
git submodule add https://github.com/appscodelabs/hugo-theme-govanity.git themes/govanity
echo theme = \"govanity\" >> config.tomlgit clone --recursive [email protected]:gomodules/govanityurls.git
cd govanityurls
git submodule update --remote
git add .
git commit -s -a -m "update theme"
git push origin HEAD- https://firebase.google.com/docs/hosting/multisites
- https://github.com/FirebaseExtended/action-hosting-deploy#options
- Create a
{org}-govanityurlssite in https://console.firebase.google.com/project/appscode-govanityurls/hosting/sites - Create a new
org/govanityurlsrepository using this repository as a template. - Update
data/vanity.yamlfile. - Update
site-idused in Firebase in.firebasercfile. - Add
FIREBASE_SERVICE_ACCOUNT_APPSCODE_GOVANIURLSsecret to the GitHub repo.