diff --git a/.github/workflows/metrics-classic.yml b/.github/workflows/metrics-classic.yml new file mode 100644 index 0000000..e0507e4 --- /dev/null +++ b/.github/workflows/metrics-classic.yml @@ -0,0 +1,71 @@ +# Visit https://github.com/lowlighter/metrics/blob/master/action.yml for full reference +name: Metrics Classic +on: + # Schedule updates (each hour) + schedule: [{cron: "0 * * * *"}] + # Lines below let you run workflow manually and on each commit + workflow_dispatch: + push: {branches: ["master", "main"]} +jobs: + github-metrics: + runs-on: ubuntu-latest + steps: + - uses: lowlighter/metrics@latest + with: + # Your GitHub token + token: ${{ secrets.METRICS_TOKEN }} + + # Options + user: im-coder-lg + template: classic + base: header, activity, community, repositories, metadata + config_timezone: Asia/Calcutta + plugin_achievements: yes + plugin_achievements_display: detailed + plugin_achievements_secrets: yes + plugin_achievements_threshold: C + plugin_activity: yes + plugin_activity_days: 14 + plugin_activity_filter: all + plugin_activity_limit: 5 + plugin_activity_load: 300 + plugin_activity_visibility: all + plugin_discussions: yes + plugin_followup: yes + plugin_followup_sections: repositories + plugin_gists: yes + plugin_introduction: yes + plugin_introduction_title: yes + plugin_isocalendar: yes + plugin_isocalendar_duration: full-year + plugin_languages: yes + plugin_languages_categories: markup, programming + plugin_languages_colors: github + plugin_languages_limit: 8 + plugin_languages_recent_categories: markup, programming + plugin_languages_recent_days: 14 + plugin_languages_recent_load: 300 + plugin_languages_sections: most-used + plugin_languages_threshold: 0% + plugin_lines: yes + plugin_notable: yes + plugin_pagespeed: yes + plugin_pagespeed_url: https://coderlg.coding.blog + plugin_people: yes + plugin_people_limit: 24 + plugin_people_size: 28 + plugin_people_types: followers, following + plugin_projects: yes + plugin_projects_limit: 4 + plugin_repositories: 100 +# plugin_repositories: yes + plugin_repositories_affiliations: owner + plugin_repositories_batch: 100 + plugin_stackoverflow: yes + plugin_stackoverflow_limit: 2 + plugin_stackoverflow_lines: 4 + plugin_stackoverflow_lines_snippet: 2 + plugin_stackoverflow_sections: answers-top, questions-recent + plugin_stackoverflow_user: 15878669 + plugin_stars: yes + plugin_stars_limit: 4 diff --git a/.github/workflows/metrics-terminal.yml b/.github/workflows/metrics-terminal.yml new file mode 100644 index 0000000..8f340f6 --- /dev/null +++ b/.github/workflows/metrics-terminal.yml @@ -0,0 +1,71 @@ +# Visit https://github.com/lowlighter/metrics/blob/master/action.yml for full reference +name: Metrics +on: + # Schedule updates (each hour) + schedule: [{cron: "0 * * * *"}] + # Lines below let you run workflow manually and on each commit + workflow_dispatch: + push: {branches: ["master", "main"]} +jobs: + github-metrics: + runs-on: ubuntu-latest + steps: + - uses: lowlighter/metrics@latest + with: + # Your GitHub token + token: ${{ secrets.METRICS_TOKEN }} + + # Options + user: im-coder-lg + template: terminal + base: header, activity, community, repositories, metadata + config_timezone: Asia/Calcutta + plugin_achievements: yes + plugin_achievements_display: detailed + plugin_achievements_secrets: yes + plugin_achievements_threshold: C + plugin_activity: yes + plugin_activity_days: 14 + plugin_activity_filter: all + plugin_activity_limit: 5 + plugin_activity_load: 300 + plugin_activity_visibility: all + plugin_discussions: yes + plugin_followup: yes + plugin_followup_sections: repositories + plugin_gists: yes + plugin_introduction: yes + plugin_introduction_title: yes + plugin_isocalendar: yes + plugin_isocalendar_duration: full-year + plugin_languages: yes + plugin_languages_categories: markup, programming + plugin_languages_colors: github + plugin_languages_limit: 8 + plugin_languages_recent_categories: markup, programming + plugin_languages_recent_days: 14 + plugin_languages_recent_load: 300 + plugin_languages_sections: most-used + plugin_languages_threshold: 0% + plugin_lines: yes + plugin_notable: yes + plugin_pagespeed: yes + plugin_pagespeed_url: https://coderlg.coding.blog + plugin_people: yes + plugin_people_limit: 24 + plugin_people_size: 28 + plugin_people_types: followers, following + plugin_projects: yes + plugin_projects_limit: 4 + plugin_repositories: 100 +# plugin_repositories: yes + plugin_repositories_affiliations: owner + plugin_repositories_batch: 100 + plugin_stackoverflow: yes + plugin_stackoverflow_limit: 2 + plugin_stackoverflow_lines: 4 + plugin_stackoverflow_lines_snippet: 2 + plugin_stackoverflow_sections: answers-top, questions-recent + plugin_stackoverflow_user: 15878669 + plugin_stars: yes + plugin_stars_limit: 4 diff --git a/.gitpod.Dockerfile b/.gitpod.Dockerfile index e5b0045..04a14d6 100644 --- a/.gitpod.Dockerfile +++ b/.gitpod.Dockerfile @@ -1,5 +1,5 @@ FROM gitpod/workspace-full -RUN gem install jekyll bundle +# RUN gem install jekyll bundle -RUN echo "Dependencies installed, starting environment" \ No newline at end of file +# RUN echo "Dependencies installed, starting environment" \ No newline at end of file diff --git a/.gitpod.yml b/.gitpod.yml index 954939a..3ca996c 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -2,6 +2,10 @@ image: file: .gitpod.Dockerfile tasks: + - init: gem install jekyll bundle + command: Installed Jekyll and Bundle! + + - init: bundle install command: echo "Dependencies installed, now opening another terminal!" && exit diff --git a/README.md b/README.md index 343d6ce..da14e4e 100644 --- a/README.md +++ b/README.md @@ -1,21 +1,110 @@ +

Hi šŸ‘‹, I'm im-coder-lg

+

A kid, who is an expert in math and exposes school scandals(occasionally), but here, I code.

+ +

im-coder-lg

+ +

im-coder-lg

+ +

imcoderlg

+ +I'm offline these days since I don't have much time to code, but I see that many people are following me/starting to follow me. I do not know why, honestly, but it's cool. + +- šŸ”­ I’m currently working on [nothing? 3x+1](https://dub.sh/hahatrickrolled) + +- 🌱 I’m currently learning **11th grade and Python!** + +- šŸ‘Æ I’m looking to collaborate on [some projects](https://dub.sh/hahatrickrolled) like [Weather](https://github.com/Futura-Py/weather) + +- šŸ¤ I’m looking for help with [a calendar app using math](https://dub.sh/hahatrickrolled) + +- šŸ‘Øā€šŸ’» All of my projects are available at [github.com/im-coder-lg](github.com/im-coder-lg) + +- šŸ“ I (ir)regularly write articles on [imcoderlg-rkt.netlify.app](imcoderlg-rkt.netlify.app) + +- šŸ’¬ Ask me about **Python, packaging, tech, math** + +- šŸ“« How to reach me **imcoderlg@skiff.com** + +- šŸ“„ Know about my experiences [nop. beat it](https://dub.sh/hahatrickrolled) + +- ⚔ Fun fact **I HATE Rook A4** + +

Connect with me:

+

+imcoderlg +imcoderlg +

+ +

Languages and Tools:

+

bash electron git ifttt jekyll linux nextjs nodejs postman python

+ +

im-coder-lg

+ +

 im-coder-lg

+ +

im-coder-lg

+ + +
+ Upgraded! + +# spoiler alerts +| *** On schoolwork, managing class bullies - replies are given when needed, not wanted :smile: *** +| --- + +| Ready for Return to Instinct, guys? #phone1 +| --- + # About Me -## Gitpod +> My motto: hide your true self and reveal it when the right moment arrives. You won't know when it will come, but when it comes, you will feel it rising. -[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/im-coder-lg/im-coder-lg) +I'm a 14 year old(!!!) teenager with great coding passion. I openly contribute in [TimerX](https://timerx-app.netlify.app), [code-server](https://code-server.dev), [GAUDC](https://github.com/Melvin-Abraham/Google-Assistant-Unofficial-Desktop-Client)(that is becoming less frequent though idk why). + +I joined GitHub at 2020, when I was 11-q2 years old for GitHub Pages, and stuck around ever since. + +- Skilled in debugging and `ba$h`ing(didn't see that coming, did you?). +- Speed typing, so fast that I make typos. +- _Obsessed_ with website creating. + +[**_DO NOT CLICK THIS LINK_**](https://bit.ly/trick-roll) + +
+ For those people who ended up clicking the link: + +
+ Only for them! + + Did you enjoy that? No hate, remember that! + +
+ +
+
+Old About Me: + + +## Gitpod +[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/im-coder-lg/im-coder-lg) + ## And, this is how you CHECKMATE with swag -thanks to Tenor(bad language excluded, pure chess.com edition +thanks to Tenor(bad language excluded, pure chess.com edition) ![Checkmate](https://c.tenor.com/YymC-AvC5nwAAAAC/chess-checkmate.gif) ## Checks [![Latest blog post workflow](https://github.com/im-coder-lg/im-coder-lg/actions/workflows/main.yml/badge.svg?branch=main)](https://github.com/im-coder-lg/im-coder-lg/actions/workflows/main.yml) -# GitHub Achievements(memorable times) +Travis CI: +[![Build Status](https://travis-ci.com/im-coder-lg/about-me.svg?branch=main)](https://travis-ci.com/im-coder-lg/about-me) + +# GitHub Achievements(memorable times) +Ladies and Gentlemen, this is the GitHub achievements I hit. - Hitting 600 commits on August 16 of 2021 with this. + - 714 commits with this on 1st of September, 2021. Checkmate @@ -40,6 +129,9 @@ Checkmate - ⚔ Fun fact: I love tech +- What I do when I am free: Get walking, read books, play Murder in the Alps on my phone. + +Note: I am smarter AND foolish than you think.
@@ -91,14 +183,22 @@ Play games, play chess, make blogs on programming, help others on GitHub ------ ## Recent Blog Posts -- [Blog 2: New blogs and a notes site!](https://im-coder-lg.github.io/2021/08/02/blog-2.html) -- [Batch files: What are they and how do I make them?](https://coderlg.coding.blog/2021-07-31-batch1) -- [Markdown: Specials in a Markdown file as well as syntax](https://coderlg.coding.blog/2021-07-27_mdch2) -- [Markdown: Introduction](https://coderlg.coding.blog/2021-07-26_mdch1) -- [Blog 1: Good upgrade, bad mistake](https://im-coder-lg.github.io/2021/07/09/blog-1.html) +- [Blog 3: My experience with the Raspberry Pi](https://im-coder-lg.github.io/2021/10/21/blog-3.html) +- [The Intercontinental Ballistic Missile Gambit(A06)](https://coderlg.coding.blog/2021-08-28-icbm) +- [One strange and scary Zoombooming method](https://coderlg.coding.blog/2021-08-28-zoomboom) +- [CODEDOC: What it is and comparison to Jekyll](https://coderlg.coding.blog/2021-08-21-codedoc) +- [Gitpod. And the automation.](https://coderlg.coding.blog/2021-08-18-gitpodDockerfile) ------ +*** +## Metrics +*** +![Metrics](https://metrics.lecoq.io/im-coder-lg?template=classic&isocalendar=1&languages=1&stars=1&people=1&gists=1&followup=1&lines=1&activity=1&achievements=1&discussions=1¬able=1&repositories=1&pagespeed=1&stackoverflow=1&repositories=100&repositories.batch=100&repositories.forks=false&repositories.affiliations=owner&isocalendar.duration=full-year&languages.limit=8&languages.sections=most-used&languages.colors=github&languages.threshold=0%25&languages.indepth=false&languages.categories=markup%2C%20programming&languages.recent.categories=markup%2C%20programming&languages.recent.load=300&languages.recent.days=14&stars.limit=4&people.limit=24&people.size=28&people.types=followers%2C%20following&people.identicons=false&people.shuffle=false&followup.sections=repositories&activity.limit=5&activity.load=300&activity.days=14&activity.filter=all&activity.visibility=all&activity.timestamps=false&achievements.threshold=C&achievements.secrets=true&achievements.display=detailed&achievements.limit=0¬able.repositories=false&pagespeed.url=https%3A%2F%2Fcoderlg.coding.blog&pagespeed.detailed=true&pagespeed.screenshot=false&stackoverflow.user=15878669&stackoverflow.sections=answers-top%2C%20questions-recent&stackoverflow.limit=2&stackoverflow.lines=4&stackoverflow.lines.snippet=2&config.timezone=Asia%2FCalcutta) + +![Metrics](https://metrics.lecoq.io/im-coder-lg?template=terminal&isocalendar=1&languages=1&introduction=1&stars=1&people=1&gists=1&followup=1&lines=1&projects=1&activity=1&achievements=1&discussions=1¬able=1&repositories=1&pagespeed=1&stackoverflow=1&repositories=100&repositories.batch=100&repositories.forks=false&repositories.affiliations=owner&isocalendar.duration=full-year&languages.limit=8&languages.sections=most-used&languages.colors=github&languages.threshold=0%25&languages.indepth=false&languages.categories=markup%2C%20programming&languages.recent.categories=markup%2C%20programming&languages.recent.load=300&languages.recent.days=14&introduction.title=true&stars.limit=4&people.limit=24&people.size=28&people.types=followers%2C%20following&people.identicons=false&people.shuffle=false&followup.sections=repositories&projects.limit=4&projects.descriptions=false&activity.limit=5&activity.load=300&activity.days=14&activity.filter=all&activity.visibility=all&activity.timestamps=false&achievements.threshold=C&achievements.secrets=true&achievements.display=detailed&achievements.limit=0¬able.repositories=false&pagespeed.url=https%3A%2F%2Fcoderlg.coding.blog&pagespeed.detailed=false&pagespeed.screenshot=false&stackoverflow.user=15878669&stackoverflow.sections=answers-top%2C%20questions-recent&stackoverflow.limit=2&stackoverflow.lines=4&stackoverflow.lines.snippet=2&config.timezone=Asia%2FCalcutta) +*** +
@@ -116,5 +216,11 @@ Play games, play chess, make blogs on programming, help others on GitHub
----- - +--- + +
Generated using Github Profilinator
+ + +
+ +
diff --git a/index.md b/index.md index 66d06ef..054ba3b 100644 --- a/index.md +++ b/index.md @@ -7,13 +7,12 @@ # layout: home --- - # About Me + ## Gitpod [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/im-coder-lg/im-coder-lg) - ## And, this is how you CHECKMATE with swag thanks to Tenor(bad language excluded, pure chess.com edition @@ -23,12 +22,17 @@ thanks to Tenor(bad language excluded, pure chess.com edition ## Checks [![Latest blog post workflow](https://github.com/im-coder-lg/im-coder-lg/actions/workflows/main.yml/badge.svg?branch=main)](https://github.com/im-coder-lg/im-coder-lg/actions/workflows/main.yml) +Travis CI: +[![Build Status](https://travis-ci.com/im-coder-lg/about-me.svg?branch=main)](https://travis-ci.com/im-coder-lg/about-me) + # GitHub Achievements(memorable times) - - Hitting 600 commits on August 16 of 2021 with this. +Ladies and Gentlemen, this is the GitHub achievements I hit. -Checkmate +1. Hitting 600 commits on August 16 of 2021 with this. +2. 714 commits with this on 1st of September, 2021. +Checkmate # about-me
@@ -50,9 +54,14 @@ Checkmate - ⚔ Fun fact: I love tech +- What I do when I am free: Get walking, read books, play Murder in the Alps on my phone. + +Note: I am smarter AND foolish than you think.
+# Social links +Hit [here!](/social.md) ## My Skill Set
@@ -101,11 +110,11 @@ Play games, play chess, make blogs on programming, help others on GitHub ------ ## Recent Blog Posts +- [CODEDOC: What it is and comparison to Jekyll](https://coderlg.coding.blog/2021-08-21-codedoc) +- [Gitpod. And the automation.](https://coderlg.coding.blog/2021-08-18-gitpodDockerfile) - [Blog 2: New blogs and a notes site!](https://im-coder-lg.github.io/2021/08/02/blog-2.html) - [Batch files: What are they and how do I make them?](https://coderlg.coding.blog/2021-07-31-batch1) - [Markdown: Specials in a Markdown file as well as syntax](https://coderlg.coding.blog/2021-07-27_mdch2) -- [Markdown: Introduction](https://coderlg.coding.blog/2021-07-26_mdch1) -- [Blog 1: Good upgrade, bad mistake](https://im-coder-lg.github.io/2021/07/09/blog-1.html) ------ diff --git a/social.md b/social.md new file mode 100644 index 0000000..8af7dc9 --- /dev/null +++ b/social.md @@ -0,0 +1,18 @@ +--- +# +# By default, content added below the "---" mark will appear in the home page +# between the top bar and the list of recent posts. +# To change the home page layout, edit the _layouts/home.html file. +# See: https://jekyllrb.com/docs/themes/#overriding-theme-defaults +# +layout: page +--- + +# Social links: + +| Name: | Link | +| :-------------------------------------- | :------------------------------------------------: | +| GitHub (im-coder-lg) | [im-coder-lg](https://github.com/im-coder-lg) | +| Matrix (@coder-lg:matrix.org) | [Matrix](https://matrix.to/#/@coder-lg:matrix.org) | +| Gitter Community (coder-lg/im-coder-lg) | [Gitter](https://gitter.im/coder-lg/community) | +