self-hosted blog platform built with next.js

blog content-creation mdx nextjs react tailwindcss
1 Open Issue Need Help Last updated: Jul 3, 2025

Open Issues Need Help

View All on GitHub

AI Summary: Implement a feature to display estimated reading time (in 'X min read' format) for blog posts on both the post list and individual post pages. This involves creating a utility function to calculate reading time based on word count (assuming 200 words per minute), and updating the relevant components to display this information. Testing of the reading time calculation is also required.

Complexity: 2/5
good first issue

self-hosted blog platform built with next.js

TypeScript
#blog#content-creation#mdx#nextjs#react#tailwindcss