Open Issues Need Help
View All on GitHub Add estimated reading time to blog post headers 2 months ago
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