This is not really a propper blog post. I’m just experimenting with serverless blog ideas on GCP.

This page is served from GCP App Engine.

The Code for the blogs are stored in a private Google Source Repository and the conversion to static HTML is done by running jekyll build in a docker container that’s initiated with a Cloud Build trigger on each commit to the master branch of the repository. The trigger also redeploys the application automatically to App Engine.

If you see this page, it means it worked fine :)