From dedc22f4ee1d1b335f7308f02939eb2001e9ba91 Mon Sep 17 00:00:00 2001
From: Puranjay Savar Mattas <68191388+psavarmattas@users.noreply.github.com>
Date: Tue, 22 Dec 2020 13:16:26 +0530
Subject: [PATCH] first commit
---
.github/workflows/blog-post-workflow.yml | 14 ++++
.github/workflows/youtube-workflow.yml | 15 ++++
README.md | 92 ++++++++++++++++++++++++
psavarmattas.code-workspace | 7 ++
4 files changed, 128 insertions(+)
create mode 100644 .github/workflows/blog-post-workflow.yml
create mode 100644 .github/workflows/youtube-workflow.yml
create mode 100644 README.md
create mode 100644 psavarmattas.code-workspace
diff --git a/.github/workflows/blog-post-workflow.yml b/.github/workflows/blog-post-workflow.yml
new file mode 100644
index 0000000..0d95f13
--- /dev/null
+++ b/.github/workflows/blog-post-workflow.yml
@@ -0,0 +1,14 @@
+name: Latest blog post workflow
+on:
+ schedule: # Run workflow automatically
+ - cron: '0 * * * *' # Runs every hour, on the hour
+ workflow_dispatch: # Run workflow manually (without waiting for the cron to be called), through the Github Actions Workflow page directly
+jobs:
+ update-readme-with-blog:
+ name: Update this repo's README with latest blog posts
+ runs-on: ubuntu-latest
+ steps:
+ - uses: actions/checkout@v2
+ - uses: gautamkrishnar/blog-post-workflow@master
+ with:
+ feed_list: "https://psmforums.wordpress.com/blogs/feed/"
\ No newline at end of file
diff --git a/.github/workflows/youtube-workflow.yml b/.github/workflows/youtube-workflow.yml
new file mode 100644
index 0000000..30f46e0
--- /dev/null
+++ b/.github/workflows/youtube-workflow.yml
@@ -0,0 +1,15 @@
+name: Latest Youtube Workflow
+on:
+ schedule: # Run workflow automatically
+ - cron: '0 * * * *' # Runs every hour, on the hour
+ workflow_dispatch: # Run workflow manually (without waiting for the cron to be called), through the Github Actions Workflow page directly
+jobs:
+ update-readme-with-youtube:
+ name: Update this repo's README with latest youtube Videos
+ runs-on: ubuntu-latest
+ steps:
+ - uses: actions/checkout@v2
+ - uses: gautamkrishnar/blog-post-workflow@master
+ with:
+ comment_tag_name: "YOUTUBE"
+ feed_list: "https://www.youtube.com/feeds/videos.xml?channel_id=UCCLpoIOWWKOFe1s627GwAeQ"
\ No newline at end of file
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..266eeda
--- /dev/null
+++ b/README.md
@@ -0,0 +1,92 @@
+### Hi there, I'm Puranjay Savar Mattas - aka [psavarmattas][website] š
+
+[](https://psmforums.wordpress.com/)
+[](https://twitter.com/gamerleague69)
+
+## I'm a Developer & Youtuber!!
+
+- š I have a YouTube Channel on: [learning how to code in a simple and easy manner!][youtube]!
+- š± Iām currently learning everything š¤£
+- šÆ Iām looking to collaborate with other content creators
+- š„
2021 Goals: Contribute more to Open Source projects
+- ā” Fun fact: I am a avid listener.
+
+
+### Connect with me:
+
+[
][website]
+[
][youtube]
+[
][twitter]
+[
][instagram]
+
+
+
+### Languages and Tools:
+
+[
][webdevplaylist]
+[
][webdevplaylist]
+[
][cssplaylist]
+[
][cssplaylist]
+[
][jsplaylist]
+[
][reactplaylist]
+[
][webdevplaylist]
+[
][webdevplaylist]
+[
][webdevplaylist]
+[
][webdevplaylist]
+[
][webdevplaylist]
+[
][webdevplaylist]
+[
][webdevplaylist]
+[
][webdevplaylist]
+[
][webdevplaylist]
+[
][webdevplaylist]
+
+
+
+
+---
+
+### šŗ Latest YouTube Videos
+
+
+
+
+ā”ļø [more videos...](https://youtube.com/codestackr)
+
+---
+
+### š Latest Blog Posts
+
+
+
+
+ā”ļø [more blog posts...](https://psmforums.wordpress.com/)
+
+---
+
+
+:zap: Recent GitHub Activity
+
+
+1. ā Closed PR [#14](https://github.com/psavarmattas/psavarmattas/pull/14) in [psavarmattas/psavarmattas](https://github.com/psavarmattas/psavarmattas)
+2. š£ Commented on [#14](https://github.com/psavarmattas/psavarmattas/issues/14) in [psavarmattas/psavarmattas](https://github.com/psavarmattas/psavarmattas)
+3. ā Closed PR [#7](https://github.com/psavarmattas/psavarmattas/pull/7) in [psavarmattas/psavarmattas](https://github.com/psavarmattas/psavarmattas)
+4. š Merged PR [#6](https://github.com/psavarmattas/psavarmattas/pull/6) in [psavarmattas/psavarmattas](https://github.com/psavarmattas/psavarmattas)
+
+
+
+
+
+:zap: GitHub Stats
+
+
+
+
+
+[website]: https://psmforums.wordpress.com/
+[twitter]: https://twitter.com/gamerleague69
+[youtube]: https://youtube.com/codeSTACKr
+[instagram]: https://instagram.com/gamerleague69
+[webdevplaylist]: https://www.youtube.com/playlist?list=PLkwxH9e_vrAJ0WbEsFA9W3I1W-g_BTsbt
+[jsplaylist]: https://www.youtube.com/playlist?list=PLkwxH9e_vrALRJKu7wfXby3MKeflhTu6B
+[cssplaylist]: https://www.youtube.com/playlist?list=PLkwxH9e_vrALSdvZuEh6gqQdmDoDIoqz4
+[reactplaylist]: https://www.youtube.com/playlist?list=PLkwxH9e_vrAK4TdffpxKY3QGyHCpxFcQ0
\ No newline at end of file
diff --git a/psavarmattas.code-workspace b/psavarmattas.code-workspace
new file mode 100644
index 0000000..362d7c2
--- /dev/null
+++ b/psavarmattas.code-workspace
@@ -0,0 +1,7 @@
+{
+ "folders": [
+ {
+ "path": "."
+ }
+ ]
+}
\ No newline at end of file