- Node.js
- Express
- REST API
+ {frontmatter.tags.map((tag, index) => (
+
+ {tag}
+
+ ))}
{title}
-
- March 18, 2026
+
8 min read
JD
- Jane Doe
+ LK
+ {frontmatter.author}
{posts.map((post, index) => (
-
+
))}
);
};
-function PostDatails(post) {
+function PostDetails(post) {
const { frontmatter } = post.pos;
return (