Skip to content

Commit bf23313

Browse files
committed
fix: restore missing blog posts by fixing MDX file issues
Two issues prevented blog posts after Aug 2023 from appearing on /blog: 1. Remove empty 0-byte index.mdx at 09-05-layer5-and-intel-collaboration/ which caused MDX compilation failures during gatsby build, aborting processing of all subsequent blog posts alphabetically. 2. Rename 27 blog post files with non-standard names (post.mdx, docker-compose-with-meshery.mdx, git-aliases.mdx, etc.) to the conventional index.mdx to ensure consistent processing by the gatsby-plugin-mdx pipeline. Blog posts with resource: true frontmatter were still visible on /resources (which queries across collections) but absent from /blog (which queries only the blog collection with published: true). Signed-off-by: Lee Calcote <lee.calcote@layer5.io>
1 parent 624727f commit bf23313

27 files changed

File tree

src/collections/blog/2023/09-28-hacktoberfest-2023/hacktoberfest-2023-post.mdx renamed to src/collections/blog/2023/09-28-hacktoberfest-2023/index.mdx

File renamed without changes.

src/collections/blog/2024/04-26-docker-compose-with-meshery/docker-compose-with-meshery.mdx renamed to src/collections/blog/2024/04-26-docker-compose-with-meshery/index.mdx

File renamed without changes.

src/collections/blog/2024/05-07-mythical-engineer/mythical-10x-engineer.mdx renamed to src/collections/blog/2024/05-07-mythical-engineer/index.mdx

File renamed without changes.
File renamed without changes.

src/collections/blog/2024/07-01-meet-the-maintainer-xin-huang/post.mdx renamed to src/collections/blog/2024/07-01-meet-the-maintainer-xin-huang/index.mdx

File renamed without changes.

src/collections/blog/2024/09-07-ways-to-contribute/post.mdx renamed to src/collections/blog/2024/09-07-ways-to-contribute/index.mdx

File renamed without changes.

src/collections/blog/2024/09-08-meet-the-maintainer-hussaina-begum/post.mdx renamed to src/collections/blog/2024/09-08-meet-the-maintainer-hussaina-begum/index.mdx

File renamed without changes.

src/collections/blog/2024/09-27-meet-the-maintainer-aisuko-li/post.mdx renamed to src/collections/blog/2024/09-27-meet-the-maintainer-aisuko-li/index.mdx

File renamed without changes.

src/collections/blog/2024/10-09-docker-build-warning/post.mdx renamed to src/collections/blog/2024/10-09-docker-build-warning/index.mdx

File renamed without changes.

src/collections/blog/2024/10-22-meet-the-maintainer-aadhitya-amarendiran/post.mdx renamed to src/collections/blog/2024/10-22-meet-the-maintainer-aadhitya-amarendiran/index.mdx

File renamed without changes.

0 commit comments

Comments
 (0)