Posts from the terminal.

ls -la posts/
{posts.map((post) => (

{new Date(post.data.pubDate).toISOString().split('T')[0]} {post.data.title}

))} {posts.length === 0 && ( <>

No posts here yet

)}

cat rss.txt
Subscribe to RSS feed