Skip to content

Commit 6377403

Browse files
committed
update keywords in MDX page and add contentlayer maintenance warning
1 parent 155a3c0 commit 6377403

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

app/web_development/posts/mdx/page.mdx

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
title: MDX
3-
keywords: ['MDX', 'markdown', 'remark', 'rehype', 'MDAST', 'HAST']
3+
keywords: ['MDX', 'markdown', 'md', 'micromark', 'unifiedjs', 'commonmark', 'remark', 'rehype', 'MDAST', 'HAST']
44
published: 2024-08-10T11:22:33.444Z
5-
modified: 2024-10-25T10:10:10.444Z
5+
modified: 2025-01-01T10:10:10.444Z
66
permalink: https://chris.lu/web_development/posts/mdx
77
section: Web development
88
---
@@ -146,9 +146,13 @@ All major frameworks support MDX either out of the box or via packages that you
146146

147147
[markdoc](https://markdoc.dev/docs/nextjs) is a markdown only package (so no MDX), but they now have a Next.js plugin, which makes it easy to use markdoc with Next.js
148148

149-
[contentlayer](https://github.com/contentlayerdev/contentlayer) is an MDX package that was popular in the past (having earned >3k stars) but does not seem to get any updates anymore
149+
~~[contentlayer](https://github.com/contentlayerdev/contentlayer)~~ is an MDX package that was popular in the past (having earned >3k stars) but does not seem to get any updates anymore
150150

151151
> [!WARN]
152-
> This is the post suggests that its [development is currently halted](https://github.com/contentlayerdev/contentlayer/issues/429). Also, as of now, the last update was almost a year ago, so be careful when considering that package
152+
> contentlayer update: as this post suggests: [development is currently halted](https://github.com/contentlayerdev/contentlayer/issues/429)
153+
>
154+
> they now also added this warning in their readme:
155+
>
156+
> > Unfortunately Contentlayer is no longer maintained due to lack of funding. [You can find a fork of the project here.](https://github.com/timlrx/contentlayer2)
153157
154158
</article>

0 commit comments

Comments
 (0)