Writing Blog Posts
The Lynx website hosts a blog to share updates, tutorials, and announcements.
Location
All blog posts are located in docs/en/blog/.
Creating a New Post
- Create a new
.mdxfile indocs/en/blog/. The filename will be part of the URL. - Add the necessary frontmatter.
- Write your content using standard Markdown and MDX components.
Blog Components
We provide specialized components for blog listings and author avatars.
<BlogList>
Renders the list of blog posts automatically.
<BlogAvatar>
Renders avatars for blog authors.
You can add new authors in src/components/blog-avatar/authors.json.
The Lynx Teamlynxjs.org
Blog Index
The blog index is automatically generated. Ensure your date field is correct so posts are ordered chronologically.
Images
Place images in the public/ directory or relative to the blog post if configured.



