From 8da15bcead022e4a95eede4e0caaeaea20a3ca98 Mon Sep 17 00:00:00 2001 From: anuradha fernando Date: Sun, 26 May 2024 09:34:07 +0530 Subject: [PATCH 1/4] Add more pre commit hooks --- .pre-commit-config.yaml | 26 +++++++++++++++++++------- 1 file changed, 19 insertions(+), 7 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a7d264a..4e1181d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -22,11 +22,18 @@ repos: - id: fix-byte-order-marker - id: mixed-line-ending - id: trailing-whitespace + - id: check-json + - id: check-xml + - id: detect-private-key exclude: ^_site/.*$ # - repo: https://github.com/Lucas-C/pre-commit-hooks # rev: v1.1.10 # hooks: # - id: remove-tabs + - repo: https://github.com/chriskuehl/puppet-pre-commit-hooks.git + rev: v2.1.0 + hooks: + - id: ruby-validate - repo: https://github.com/codespell-project/codespell rev: v2.2.6 hooks: @@ -35,13 +42,18 @@ repos: description: Check spelling with codespell entry: codespell --ignore-words=codespell.txt exclude: ^_site/.*$|^vendor/.*$ - # - repo: https://github.com/igorshubovych/markdownlint-cli - # rev: v0.27.1 - # hooks: - # - id: markdownlint - # name: Run markdownlint - # entry: markdownlint -c .github/linters/.markdown-lint.yml . - # exclude: ^\.github/.*$|^_site/.*$|^vendor/.*$ + - repo: https://github.com/igorshubovych/markdownlint-cli + rev: v0.31.1 + hooks: + - id: markdownlint + name: Run markdownlint + entry: markdownlint -c .github/linters/.markdown-lint.yml . + exclude: ^\.github/.*$|^_site/.*$|^vendor/.*$ + - repo: https://github.com/tcort/markdown-link-check + rev: v3.12.2 + hooks: + - id: markdown-link-check + args: [-q] - repo: https://github.com/pre-commit/mirrors-prettier rev: v4.0.0-alpha.8 hooks: From 57041cea7f81e5987326d81b3343fe59d70db27a Mon Sep 17 00:00:00 2001 From: Anuradha Fernando Date: Mon, 27 May 2024 14:42:05 +0530 Subject: [PATCH 2/4] update pre commit hooks and fix files --- .markdown-link-check.json | 6 ++++++ .pre-commit-config.yaml | 16 +++++----------- 404.md | 4 ++-- _layouts/network.md | 2 +- _networks/IgbinosaIwinosa.md | 2 +- _networks/MaxianEdison.md | 2 +- _networks/SushantAdh07.md | 4 ++-- _networks/ajakov.md | 2 +- _networks/alifiroozidev.md | 2 +- _networks/anekenonso.md | 2 +- _networks/ayush.md | 4 ++-- _networks/iabdr.md | 2 +- _networks/itsjoniur.md | 1 - _networks/mahabub.md | 2 +- _networks/mauro-balades.md | 2 +- _networks/muriturca.md | 2 +- _networks/novalramdhani.md | 2 +- _networks/pratik-wadhai.md | 2 +- _networks/rtewari056.md | 2 +- _networks/yhdesai.md | 2 +- blog.md | 12 ++++++------ index.md | 4 ++-- network.md | 4 ++-- 23 files changed, 41 insertions(+), 42 deletions(-) create mode 100644 .markdown-link-check.json diff --git a/.markdown-link-check.json b/.markdown-link-check.json new file mode 100644 index 0000000..25b4515 --- /dev/null +++ b/.markdown-link-check.json @@ -0,0 +1,6 @@ +{ + "timeout": "10s", + "retryOn429": true, + "retryCount": 5, + "aliveStatusCodes": [200, 206, 999] +} diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4e1181d..897a3d2 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -22,20 +22,13 @@ repos: - id: fix-byte-order-marker - id: mixed-line-ending - id: trailing-whitespace - - id: check-json - - id: check-xml - - id: detect-private-key exclude: ^_site/.*$ # - repo: https://github.com/Lucas-C/pre-commit-hooks # rev: v1.1.10 # hooks: # - id: remove-tabs - - repo: https://github.com/chriskuehl/puppet-pre-commit-hooks.git - rev: v2.1.0 - hooks: - - id: ruby-validate - repo: https://github.com/codespell-project/codespell - rev: v2.2.6 + rev: v2.3.0 hooks: - id: codespell name: Run codespell @@ -43,17 +36,18 @@ repos: entry: codespell --ignore-words=codespell.txt exclude: ^_site/.*$|^vendor/.*$ - repo: https://github.com/igorshubovych/markdownlint-cli - rev: v0.31.1 + rev: v0.41.0 hooks: - id: markdownlint name: Run markdownlint - entry: markdownlint -c .github/linters/.markdown-lint.yml . + entry: markdownlint --fix -c .github/linters/.markdown-lint.yml . exclude: ^\.github/.*$|^_site/.*$|^vendor/.*$ - repo: https://github.com/tcort/markdown-link-check rev: v3.12.2 hooks: - id: markdown-link-check - args: [-q] + args: ["-q", "-c", ".markdown-link-check.json"] + files: ^(?!.*(network|blog|index)\.md$).*\.md$ - repo: https://github.com/pre-commit/mirrors-prettier rev: v4.0.0-alpha.8 hooks: diff --git a/404.md b/404.md index e71c7cd..9b972d3 100644 --- a/404.md +++ b/404.md @@ -3,8 +3,8 @@ layout: default ---

- - 404 Error + + 404 Error

This page does not exist. Please use the navigation to get to a working page. diff --git a/_layouts/network.md b/_layouts/network.md index 1efa03a..7233de6 100644 --- a/_layouts/network.md +++ b/_layouts/network.md @@ -22,7 +22,7 @@ title: Network Profile - + github page diff --git a/_networks/IgbinosaIwinosa.md b/_networks/IgbinosaIwinosa.md index b41679c..f120b3a 100644 --- a/_networks/IgbinosaIwinosa.md +++ b/_networks/IgbinosaIwinosa.md @@ -3,7 +3,7 @@ layout: network permalink: /network/Igbinosaiwinosa name: Igbinosa Iwinosa github: Favourene -website: www.iwinosa.me +website: email: Igbinosaiwinosa01@gmail.com instagram: Favoureneosas twitter: Favourene4 diff --git a/_networks/MaxianEdison.md b/_networks/MaxianEdison.md index 49452c8..52efdfa 100644 --- a/_networks/MaxianEdison.md +++ b/_networks/MaxianEdison.md @@ -3,7 +3,7 @@ layout: network permalink: /MaxianEdison/ name: MaximilianEdison github: MaxianEdison -website: https://MaximilianEdison.com +website: email: contact@maximilianedison.com instagram: https://www.instagram.com/MaxianEdison twitter: diff --git a/_networks/SushantAdh07.md b/_networks/SushantAdh07.md index fdb4218..417af4b 100644 --- a/_networks/SushantAdh07.md +++ b/_networks/SushantAdh07.md @@ -2,8 +2,8 @@ layout: network permalink: /network/SushantAdh07/ name: Sushant Adhikari github: SushantAdh07 -website: https://sushantadh07.github.io/ -email: sushantadhikari2075@gmail.com +website: +email: instagram: twitter: linkedin: diff --git a/_networks/ajakov.md b/_networks/ajakov.md index 17845b9..6abb071 100644 --- a/_networks/ajakov.md +++ b/_networks/ajakov.md @@ -16,7 +16,7 @@ languages: php js css3 html5 16+ years of experience. -_SKILLS_ +# _SKILLS_ - PHP - Symfony 2/3/4/5, Drupal, WordPress, eZPlatform, Sulu, swoole - Javascript, HTML, CSS, MySQL, PostgreSQL diff --git a/_networks/alifiroozidev.md b/_networks/alifiroozidev.md index f881ca9..28a6c87 100644 --- a/_networks/alifiroozidev.md +++ b/_networks/alifiroozidev.md @@ -3,7 +3,7 @@ layout: network permalink: /network/alifiroozidev/ name: Ali Firoozi github: alifiroozidev -website: https://alifiroozi.dev/ +website: email: contact.alifiroozi@gmail.com instagram: alifiroozi.art twitter: diff --git a/_networks/anekenonso.md b/_networks/anekenonso.md index cf2a884..c907795 100644 --- a/_networks/anekenonso.md +++ b/_networks/anekenonso.md @@ -3,7 +3,7 @@ layout: network permalink: /network/anekenonso name: Okenwa Kenneth github: Anekenonso -website: http://anekenonso.com +website: email: okenwanonsokenneth@gmail.com country: Nigeria location: Enugu diff --git a/_networks/ayush.md b/_networks/ayush.md index 6f5303a..52c4e28 100644 --- a/_networks/ayush.md +++ b/_networks/ayush.md @@ -3,7 +3,7 @@ layout: network permalink: /network/ayush/ name: Ayush Dhoj Rana github: ayushrana182 -website: https://tiny.cc/ayushrana +website: email: ayushrana182@gmail.com instagram: n/a twitter: https://twitter.com/AyushRana7 @@ -16,7 +16,7 @@ languages: JS, React, TS , GraphQL 2+ years of experience. -_SKILLS_ +# _SKILLS_ - NodeJS, Express - Javascript, HTML, CSS, MySQL, diff --git a/_networks/iabdr.md b/_networks/iabdr.md index 6119416..3032d77 100644 --- a/_networks/iabdr.md +++ b/_networks/iabdr.md @@ -3,7 +3,7 @@ layout: network permalink: /network/iabdr/ name: Abd Ar github: iabdr -website: http://abd.github.io/ +website: email: abd.arstiae@gmail.com twitter: https://twitter.com/abd_ink country: Pakistan diff --git a/_networks/itsjoniur.md b/_networks/itsjoniur.md index 8dfb5be..711f1f8 100644 --- a/_networks/itsjoniur.md +++ b/_networks/itsjoniur.md @@ -3,7 +3,6 @@ layout: network permalink: /network/itsjoniur/ name: Ahmad Amoori github: itsjoniur -website: http://site.org/ email: ahmadamoori.dev@gmail.com instagram: twitter: diff --git a/_networks/mahabub.md b/_networks/mahabub.md index c663b43..b5af832 100644 --- a/_networks/mahabub.md +++ b/_networks/mahabub.md @@ -3,7 +3,7 @@ layout: network permalink: /network/prio101/ name: Mahabub Islam github: prio101 -website: http://mahabub.space/ +website: email: miprio101@gmail.com instagram: twitter: https://twitter.com/prio_mahabub diff --git a/_networks/mauro-balades.md b/_networks/mauro-balades.md index 2372ace..f95bbf8 100644 --- a/_networks/mauro-balades.md +++ b/_networks/mauro-balades.md @@ -3,7 +3,7 @@ layout: network permalink: /network/mauro-balades/ name: Mauro Baladés github: mauro-balades -website: http://maucode.com/ +website: email: mauro.balades@tutanota.com instagram: twitter: https://twitter.com/Mauro60715204 diff --git a/_networks/muriturca.md b/_networks/muriturca.md index 50b0ce3..747562a 100644 --- a/_networks/muriturca.md +++ b/_networks/muriturca.md @@ -3,7 +3,7 @@ layout: network permalink: /network/hasan-macit/ name: Hasan Macit github: Muriturca -website: https://www.staticolour.com/ +website: email: hsnmct98@gmail.com country: Turkey location: Ankara/Karaman/Antalya diff --git a/_networks/novalramdhani.md b/_networks/novalramdhani.md index 5c7b425..168c62c 100644 --- a/_networks/novalramdhani.md +++ b/_networks/novalramdhani.md @@ -3,7 +3,7 @@ layout: network permalink: /network/novalramdhani name: Noval Ramdhani github: novalramdhani -website: https://novall.vercel.app +website: email: tokisakik950@gmail.com instagram: noval.codes twitter: codewithval diff --git a/_networks/pratik-wadhai.md b/_networks/pratik-wadhai.md index 05bc9ea..e92fb81 100644 --- a/_networks/pratik-wadhai.md +++ b/_networks/pratik-wadhai.md @@ -3,7 +3,7 @@ layout: network permalink: /network/pratik-wadhai/ name: Pratik Wadhai github: pratik-wadhai -website: https://deft-cobbler-5d0c2f.netlify.app/ +website: email: pratikwadhai001@gmail.com instagram: twitter: https://twitter.com/PratikWadhai5 diff --git a/_networks/rtewari056.md b/_networks/rtewari056.md index dd593da..da7fdc8 100644 --- a/_networks/rtewari056.md +++ b/_networks/rtewari056.md @@ -17,7 +17,7 @@ languages: C, C++, HTML, CSS, JavaScript, Python
-### About Me: +### Developer.gif About Me: - 💻 I use daily `.js`, `.html`, `.css`, `.cpp`, `.py` diff --git a/_networks/yhdesai.md b/_networks/yhdesai.md index aa684a4..7d3b3ae 100644 --- a/_networks/yhdesai.md +++ b/_networks/yhdesai.md @@ -15,4 +15,4 @@ role: React Developer languages: html5 css3 js react java kotlin python --- -Indie Maker | Working on https://shipr.dev +Indie Maker | Working on diff --git a/blog.md b/blog.md index 7b85f3e..ae57c91 100644 --- a/blog.md +++ b/blog.md @@ -5,18 +5,18 @@ title: Max Base - Blog posts ---

- - Blog posts + + Blog posts

diff --git a/index.md b/index.md index 71875d4..c4e2453 100644 --- a/index.md +++ b/index.md @@ -3,12 +3,12 @@ layout: default title: Next Community - Software Engineers agency --- -# Next Community +## Next Community In the name of god; Greetings!

- Linus Torvalds: “Talk is cheap. Show me the code.” + Linus Torvalds: “Talk is cheap. Show me the code.”

## Community diff --git a/network.md b/network.md index b102691..299042b 100644 --- a/network.md +++ b/network.md @@ -5,8 +5,8 @@ title: Community of programmers and software engineers ---

- - Community of programmers and software engineers + + Community of programmers and software engineers

Do you want to see yourself here? Click [here](https://github.com/NextCommunity/NextCommunity.github.io){:target="\_blank"} to add your own. From 222e3a7e7bd71f2ead71cdcb63bfdf5353e6f4b5 Mon Sep 17 00:00:00 2001 From: Anuradha Fernando Date: Mon, 27 May 2024 14:47:32 +0530 Subject: [PATCH 3/4] update retry count --- .markdown-link-check.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.markdown-link-check.json b/.markdown-link-check.json index 25b4515..b7303a2 100644 --- a/.markdown-link-check.json +++ b/.markdown-link-check.json @@ -1,6 +1,6 @@ { "timeout": "10s", "retryOn429": true, - "retryCount": 5, + "retryCount": 10, "aliveStatusCodes": [200, 206, 999] } From 05d1801a0eb922322df05f540e1327ce7f063546 Mon Sep 17 00:00:00 2001 From: Anuradha Fernando Date: Mon, 27 May 2024 15:07:44 +0530 Subject: [PATCH 4/4] majalian website update --- _networks/majalian.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_networks/majalian.md b/_networks/majalian.md index fdaafd2..40f5ee6 100644 --- a/_networks/majalian.md +++ b/_networks/majalian.md @@ -3,7 +3,7 @@ layout: network permalink: /network/majalian/ name: Mujahid Al-Majali github: Majalian -website: https://www.upwork.com/freelancers/~013dd1f9db3380689d +website: email: mujahid.majalian@gmail.com instagram: https://www.instagram.com/mujbour/ twitter: https://mobile.twitter.com/majalian