From d5305484097507047598f69f5c15a2393e4055b1 Mon Sep 17 00:00:00 2001 From: Halley <108590768+halleysouza@users.noreply.github.com> Date: Tue, 19 Dec 2023 16:59:34 +0100 Subject: [PATCH 1/4] Create youtube.html include file to embed youtube video --- _includes/youtube.html | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 _includes/youtube.html diff --git a/_includes/youtube.html b/_includes/youtube.html new file mode 100644 index 0000000..df5a8ae --- /dev/null +++ b/_includes/youtube.html @@ -0,0 +1,23 @@ +
+ From e1c650100ae8df8054641124566f3c283e3f679c Mon Sep 17 00:00:00 2001 From: Halley <108590768+halleysouza@users.noreply.github.com> Date: Tue, 19 Dec 2023 17:02:24 +0100 Subject: [PATCH 2/4] Update README.md Added video div --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1a6a57f..5fc656e 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # GCE Rescue # [![test badge](https://github.com/GoogleCloudPlatform/gce-rescue/actions/workflows/test.yml/badge.svg?branch=main&event=push)](https://github.com/GoogleCloudPlatform/gce-rescue/actions/workflows/test.yml?query=branch%3Amain+event%3Apush) +{% include youtube.html id="oD6IFpjEtEw" %} This page shows you how to rescue a virtual machine (VM) instance by using GCE Rescue. From 5242fd046d19f13f95dded097eb390aa6cc5f99e Mon Sep 17 00:00:00 2001 From: Halley <108590768+halleysouza@users.noreply.github.com> Date: Tue, 19 Dec 2023 17:07:38 +0100 Subject: [PATCH 3/4] Update README.md Add YouTube video link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5fc656e..f037992 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # GCE Rescue # [![test badge](https://github.com/GoogleCloudPlatform/gce-rescue/actions/workflows/test.yml/badge.svg?branch=main&event=push)](https://github.com/GoogleCloudPlatform/gce-rescue/actions/workflows/test.yml?query=branch%3Amain+event%3Apush) -{% include youtube.html id="oD6IFpjEtEw" %} +[![How to use GCE Rescue](https://img.youtube.com/vi/oD6IFpjEtEw/maxresdefault.jpg)](https://www.youtube.com/watch?v=oD6IFpjEtEw) This page shows you how to rescue a virtual machine (VM) instance by using GCE Rescue. From 4b90e7b8d08eadfbddbda5e93a275db1d335b0b4 Mon Sep 17 00:00:00 2001 From: Halley <108590768+halleysouza@users.noreply.github.com> Date: Tue, 19 Dec 2023 17:11:40 +0100 Subject: [PATCH 4/4] Delete _includes directory Removing failed attempt of trying to embed YT video --- _includes/youtube.html | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 _includes/youtube.html diff --git a/_includes/youtube.html b/_includes/youtube.html deleted file mode 100644 index df5a8ae..0000000 --- a/_includes/youtube.html +++ /dev/null @@ -1,23 +0,0 @@ - -