Repository to host a template driven static website in Google Cloud with web page content maintained as in separate html files locally.
- Create a project in Google Cloud Console: https://console.cloud.google.com
- Clone this repository to your HD.
- Adjust html/base.html and html/home.html for your website.
- Deploy the updated site to Google cloud (sudo gcloud app deploy --project projectid --no-promote)
- Review your new website with the version url provided.
You may want to bind your new Google Cloud project with a proper domain name. How this is done is well described in the Google Cloud documentation.
- Create a new template in the folder html
- Bind the new template with a website request path in pages.py
- Deploy the modified application to Google Cloud
https://www.simaec.net/website-development/google-app-engine-hosting/