From c96251de8d1368ab0731fbbc6240655b997471e3 Mon Sep 17 00:00:00 2001 From: GitHub-Harrison Date: Mon, 17 Oct 2022 13:43:39 +0000 Subject: [PATCH 1/4] Create md file with embeded yt video for issue #30 --- content/articles/embed-yt-videos.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 content/articles/embed-yt-videos.md diff --git a/content/articles/embed-yt-videos.md b/content/articles/embed-yt-videos.md new file mode 100644 index 00000000..2c2ed09d --- /dev/null +++ b/content/articles/embed-yt-videos.md @@ -0,0 +1,5 @@ +# Test embed youtube video + +## Enjoy the video below + +[![CSS Animation Effects | Html CSS Only by Online Tutorials](https://img.youtube.com/vi/VIDEO_ID/0.jpg)](https://www.youtube.com/watch?v=1Aq9OJuS3ok) \ No newline at end of file From 1cfb80d5e4ce51d1192a270722ea3b00b8a10948 Mon Sep 17 00:00:00 2001 From: GitHub-Harrison Date: Mon, 17 Oct 2022 13:48:19 +0000 Subject: [PATCH 2/4] Add comments for issue [#30] --- content/articles/embed-yt-videos.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/content/articles/embed-yt-videos.md b/content/articles/embed-yt-videos.md index 2c2ed09d..e9db3417 100644 --- a/content/articles/embed-yt-videos.md +++ b/content/articles/embed-yt-videos.md @@ -2,4 +2,6 @@ ## Enjoy the video below -[![CSS Animation Effects | Html CSS Only by Online Tutorials](https://img.youtube.com/vi/VIDEO_ID/0.jpg)](https://www.youtube.com/watch?v=1Aq9OJuS3ok) \ No newline at end of file + + +[![CSS Animation Effects | Html CSS Only by Online Tutorials](https://img.youtube.com/vi/VIDEO_ID/0.jpg)](https://www.youtube.com/watch?v=1Aq9OJuS3ok) From 8a6a43d03f0bd9e14101f4e69f2251571f856c6b Mon Sep 17 00:00:00 2001 From: GitHub-Harrison Date: Mon, 17 Oct 2022 13:53:09 +0000 Subject: [PATCH 3/4] gitpod.yml autocreate --- .gitpod.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .gitpod.yml diff --git a/.gitpod.yml b/.gitpod.yml new file mode 100644 index 00000000..ea449728 --- /dev/null +++ b/.gitpod.yml @@ -0,0 +1,9 @@ +# This configuration file was automatically generated by Gitpod. +# Please adjust to your needs (see https://www.gitpod.io/docs/config-gitpod-file) +# and commit this file to your remote git repository to share the goodness with others. + +tasks: + - init: npm install && npm run build + command: npm run start + + From 06cf068109b96cf4b40dca687212b467780dc76d Mon Sep 17 00:00:00 2001 From: GitHub-Harrison Date: Mon, 17 Oct 2022 14:11:03 +0000 Subject: [PATCH 4/4] Update comment for issue [#30] --- content/articles/embed-yt-videos.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/articles/embed-yt-videos.md b/content/articles/embed-yt-videos.md index e9db3417..bce5c0ee 100644 --- a/content/articles/embed-yt-videos.md +++ b/content/articles/embed-yt-videos.md @@ -2,6 +2,6 @@ ## Enjoy the video below - + [![CSS Animation Effects | Html CSS Only by Online Tutorials](https://img.youtube.com/vi/VIDEO_ID/0.jpg)](https://www.youtube.com/watch?v=1Aq9OJuS3ok)