Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mdx2 upgrade v3 and gatsby plugin update from v3 to v5 #6014

Open
wants to merge 77 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
77 commits
Select commit Hold shift + click to select a range
dd98947
Revert "Merge pull request #4580 from thisiskaransgit/revert-4532-mdx…
randychilau Jul 20, 2023
322606a
fix: .html check for already updated urls
randychilau Jul 20, 2023
d8e08ae
feat: remind on page creation/url/redirect changes
randychilau Jul 20, 2023
9ba13f8
Merge 'master' into mdx2-upgrade-v3
randychilau Jul 20, 2023
b8ec8f5
Merge branch 'master' into mdx2-upgrade-v3
randychilau Jul 21, 2023
cb31caa
fix: resize/optimize images with tiny-img
randychilau Jul 21, 2023
e4c1b8f
fix: remove InlineQuote from shortcodes
randychilau Jul 21, 2023
a6872c5
Merge branch 'master' into mdx2-upgrade-v3
randychilau Jul 22, 2023
d92ab45
fix: remove hashtag char from url
randychilau Jul 22, 2023
ae738b9
test : added new line
randychilau Sep 1, 2023
22bc224
fix: review mdx for large img, shortcodes, syntax
randychilau Sep 1, 2023
d0132c9
merge: review merge changes for mdx issues
randychilau Sep 1, 2023
e0cca5e
fix: react style formatting for mdx
randychilau Sep 1, 2023
aa9d061
test: gatsbyImageData layout and HEAD data import
randychilau Sep 2, 2023
cad3a70
Merge branch 'master' into mdx2-upgrade-v3
randychilau Sep 2, 2023
439d1d3
test: GATSBY_DEV_AMENDED=true
randychilau Sep 2, 2023
39d8eae
test: update config for mdx events
randychilau Sep 2, 2023
5d77acb
test: lhci build testing
randychilau Sep 2, 2023
5d26a25
fix: Head component destructure imported data
randychilau Sep 2, 2023
a80777e
test: only restrict members for memory heap issues
randychilau Sep 2, 2023
b6982ee
test: remove GATSBY_DEV_AMENDED
randychilau Sep 2, 2023
78c9aa0
fix: optimize member images 500 width / webp
randychilau Sep 3, 2023
5342cb7
fix: remove unused data query n import correction
randychilau Sep 3, 2023
8510727
fix: remove unused query from navigation
randychilau Sep 3, 2023
f10dbfb
fix: optimize integration meshmap images
randychilau Sep 3, 2023
e4e292a
fix: remove bubblesElement from footer
randychilau Sep 3, 2023
2a3f4c3
fix: optimize image size for members letter d
randychilau Sep 3, 2023
7bb7301
test: 80 members mdx pages
randychilau Sep 3, 2023
5dc21a1
test: update member pages to 100
randychilau Sep 3, 2023
2a9e0c2
test: fix member cyrine gamoudi
randychilau Sep 3, 2023
163163a
test: change member folders to 150
randychilau Sep 3, 2023
8059e90
fix: correct image_path for colby stoker
randychilau Sep 3, 2023
169bd7c
test: moving mdxprovider to layout
randychilau Sep 3, 2023
19c6837
test: add null-checking to member-single
randychilau Sep 3, 2023
a7f8dc4
test: move cyrine-gamoudi folder
randychilau Sep 3, 2023
ab93077
test: turn off GATSBY_DEV_AMENDED
randychilau Sep 3, 2023
8994b78
fix: only load templates
randychilau Sep 4, 2023
0b6418b
fix: break up graphql queries
randychilau Sep 4, 2023
a678276
fix: optimize img size and compression E-K members
randychilau Sep 4, 2023
45953e3
test: reduce integration page size
randychilau Sep 4, 2023
8653746
test: integration file size reduction
randychilau Sep 5, 2023
bdb625f
test: remove GoogleTag to reduce file size
randychilau Sep 5, 2023
603145b
test: limit number of members
randychilau Sep 5, 2023
3a42659
test: change # of member mdx files to 125
randychilau Sep 5, 2023
102ad8a
test: fix member page issue
randychilau Sep 5, 2023
4efe8b4
test: fix frontmatter spacing
randychilau Sep 5, 2023
e481070
test: expand member mdx pages to 175
randychilau Sep 5, 2023
7eddcd5
test: member mdx pages to 150
randychilau Sep 5, 2023
eaf0b61
test: limit member mdx pages to first 165
randychilau Sep 5, 2023
f8e75dd
fix: revert changes to reduce file size
randychilau Sep 5, 2023
57de9b8
fix: update member mdx query and page creation
randychilau Sep 5, 2023
021c435
Merge branch 'master' into mdx2-upgrade-v3
randychilau Sep 5, 2023
7c89b22
fix: correct frontmatter image link
randychilau Sep 5, 2023
1e10f7a
test: add image to blog post folder
randychilau Sep 5, 2023
efc5a32
fix: update to react style format
randychilau Sep 5, 2023
d4861ea
test: remove mdx page restriction
randychilau Sep 5, 2023
e3c7b1f
revert: re-add google tag scripts to pages
randychilau Sep 5, 2023
3db1070
revert: re-add MDXComponents to ssr
randychilau Sep 5, 2023
d64cd34
fix: update to only include .mdx files
randychilau Sep 5, 2023
6245012
Merge branch 'master' into mdx2-upgrade-v3
randychilau Sep 11, 2023
228a0e4
Merge branch 'master' into mdx2-upgrade-v3
randychilau Sep 20, 2023
1b4059d
Merge branch 'master' of https://github.com/Aviral0702/layer5 into md…
Aviral0702 Sep 20, 2024
d63f347
Refactor mdx files to be compatible with MDX V2
Aviral0702 Sep 24, 2024
c439792
latest changes incorporated
Sep 24, 2024
92a0826
Refactor gatsby-node.js
Aviral0702 Sep 24, 2024
217b0dd
Resolved latest merge conflicts
Aviral0702 Sep 25, 2024
8c8e65e
Update file path for hacktoberfest-2022 prep slides
Aviral0702 Sep 25, 2024
018784c
Refactor package-lock.json
Aviral0702 Sep 25, 2024
3d14471
incorporated latest changes
Aviral0702 Sep 25, 2024
2cae5f9
Merge branch 'master' into mdx2-upgrade-v3
vishalvivekm Sep 28, 2024
63ebe39
gatsby-image
Aviral0702 Sep 29, 2024
75fb058
Merge branch 'mdx2-upgrade-v3' of https://github.com/Aviral0702/layer…
Aviral0702 Sep 29, 2024
5ce78e8
resolve merge conflicts
Aviral0702 Sep 29, 2024
9907bac
Merge branch 'master' of https://github.com/sudhanshutech/layer5 into…
sudhanshutech Oct 21, 2024
a9bf845
Merge branch 'master' of https://github.com/sudhanshutech/layer5 into…
sudhanshutech Oct 21, 2024
05814ea
Merge branch 'master' of https://github.com/sudhanshutech/layer5 into…
sudhanshutech Jan 5, 2025
720d1b4
uograve to v5
sudhanshutech Jan 5, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix: optimize member images 500 width / webp
Signed-off-by: Randy Lau <randychilau@gmail.com>
  • Loading branch information
randychilau committed Sep 3, 2023
commit 78c9aa00e01610aca85a8d44a61c390d18cb7f09
Binary file modified src/collections/members/Cyrine-Gamoudi/Cyrine-Gamoudi.webp
Binary file not shown.
2 changes: 1 addition & 1 deletion src/collections/members/Cyrine-Gamoudi/index.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: Cyrine Gamoudi
position: Contributor
image_path: ./Cyrine-Gamoudi.webp
image_path: ./cyrine-gamoudi.webp
github: CyrineG
twitter:
linkedin: cyrine-gamoudi
Expand Down
Binary file modified src/collections/members/aabid-sofi/aabid-sofi.webp
Binary file not shown.
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion src/collections/members/aadhitya-amarendiran/index.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: Aadhitya Amarendiran
position: Contributor
image_path: ./aadhitya-amarendiran.jpeg
image_path: ./aadhitya-amarendiran.webp
github: alphaX86
twitter: KryoX64
linkedin: alphaX86
Expand Down
Binary file not shown.
Binary file modified src/collections/members/abdullah-rafi/abdullah-rafi.webp
Binary file not shown.
Binary file modified src/collections/members/abhijay-jain/abhijay-jain.webp
Binary file not shown.
Binary file modified src/collections/members/abhishek-kumar/display-picture.webp
Binary file not shown.
Binary file modified src/collections/members/abiola-farounbi/abiola-farounbi.webp
Binary file not shown.
Binary file modified src/collections/members/abishek-kumar/abishek-kumar.webp
Binary file not shown.
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion src/collections/members/adheip-singh/index.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: Adheip Singh
position: Contributor
image_path: ./adheip-singh.jpeg
image_path: ./adheip-singh.webp
github: AdheipSingh
layer5 : d5cafa81-199a-41d0-a3f0-4ac7ff050660
badges:
Expand Down
Binary file modified src/collections/members/adina-rav/adina-rav.webp
Binary file not shown.
Binary file modified src/collections/members/adithya-krishna/adithya-krishna.webp
Binary file not shown.
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion src/collections/members/aditi-ahuja/index.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: Aditi Ahuja
position: Contributor
image_path: ./aditi-ahuja.jpeg
image_path: ./aditi-ahuja.webp
github: metonymic-smokey
twitter: Aditi09039216
linkedin: aditi-ahuja-334394193
Expand Down
Binary file not shown.
Binary file modified src/collections/members/aisuko-li/aisuko-li.webp
Binary file not shown.
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion src/collections/members/alexis-abakasanga/index.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: Alexis Abakasanga
position: Contributor
image_path: ./alexis-abakasanga.jpeg
image_path: ./alexis-abakasanga.webp
github: alexisdsgns
twitter: sanchezways
linkedin: alexisabakasanga
Expand Down
Binary file modified src/collections/members/alonso-lopez/alonso-lopez.webp
Binary file not shown.
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion src/collections/members/alvin okafor/index.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: Alvin Okafor
position: Contributor
image_path: ./alvin-okafor.jpeg
image_path: ./alvin-okafor.webp
github: alvinokafor
twitter: retrosearth
linkedin: alvin-okafor-05a4a91a1
Expand Down
Binary file modified src/collections/members/ambareen-azam/ambreen.webp
Binary file not shown.
Binary file modified src/collections/members/ameya-agashe/ameya-agashe.webp
Binary file not shown.
Binary file not shown.
Binary file modified src/collections/members/anirudh-jain/anirudh-jain.webp
Binary file not shown.
Binary file modified src/collections/members/anton-weiss/anton-weiss.webp
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion src/collections/members/arunima-chaudhuri/index.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: Arunima Chaudhuri
position: Contributor
image_path: ./arunima-chaudhuri.jpeg
image_path: ./arunima-chaudhuri.webp
github: tinniaru3005
twitter: arunimastwt
linkedin: arunima-chaudhuri
Expand Down
Binary file not shown.
Binary file modified src/collections/members/augustine-ogiza/augustine-ogiza.webp
Binary file not shown.
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion src/collections/members/avantika-jain/index.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: Avantika Jain
position: Contributor
image_path: ./avantika-jain.png
image_path: ./avantika-jain.webp
github: avantikajain289
linkedin: avantikaj
layer5: 8f3a745b-3081-4ff2-9c96-937c398c948c
Expand Down
Binary file not shown.
Binary file modified src/collections/members/ayush-sharma/ayush-sharma.webp
Binary file not shown.
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion src/collections/members/bariq-nurlis/index.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: Bariq Nurlis
position: Contributor
image_path: ./bariq-nurlis.jpeg
image_path: ./bariq-nurlis.webp
github: bariqhibat
linkedin: bariqhibat
layer5: 862b94d4-e210-4a1c-b58e-32f93be806f6
Expand Down
Binary file modified src/collections/members/bart-kalanski/bart-kalanski.webp
Binary file not shown.
Binary file modified src/collections/members/chinmay-mehta/chinmay-mehta.webp
Binary file not shown.
Binary file modified src/collections/members/chinu-anand/chinu-anand.webp
Binary file not shown.
Binary file removed src/collections/members/chris-mazur/chris-mazur.jpeg
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion src/collections/members/chris-mazur/index.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: Chris Mazur
position: Contributor
image_path: ./chris-mazur.jpeg
image_path: ./chris-mazur.webp
twitter: chmazur
linkedin: cloud-native
github: chaltenio
Expand Down
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion src/collections/members/colby_stoker/index.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: Colby Stoker
position: Contributor
image_path: ./Colby_Stoker.webp
image_path: ./colby_stoker.webp
github: b0id
twitter: devB0id
linkedin: colby-stoker
Expand Down