Commit bf23313
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
- 2024
- 04-26-docker-compose-with-meshery
- 05-07-mythical-engineer
- 06-13-2024
- 07-01-meet-the-maintainer-xin-huang
- 09-07-ways-to-contribute
- 09-08-meet-the-maintainer-hussaina-begum
- 09-27-meet-the-maintainer-aisuko-li
- 10-09-docker-build-warning
- 10-22-meet-the-maintainer-aadhitya-amarendiran
- 11-01-meet-the-maintainer-yash-sharma
- 11-05-what-is-the-kanvas-catalog
- 11-10-kubecon-na-2024
- 2025
- 01-25-git-aliases
- 03-27-docker-model-runner
- 04-02-docker-model-runner-oci
- 04-09-docker-model-runner-host-native
- 04-15-docker-model-runner-api-architecture
- 04-24-docker-model-runner-compose
- 05-14-docker-model-runner-spring
- 05-20-docker-model-complete
- 05-28-meet-the-maintainer-ian-whitney
- 08-27-meet-the-maintainer-aabid-sofi
- 10-09-2025-agents-instructions
- 11-03-2025-understanding-configmaps
- 11-19-kanvas-like-miro-but-more
- 12-28-gemini-cli-trusted-directories
File renamed without changes.
0 commit comments