dabarov/pages-telegram-blog

[Feature]: Add Reading Time Estimation

Open

#4 opened on Sep 1, 2025

View on GitHub
 (0 comments) (0 reactions) (0 assignees)Python (1 fork)auto 404
enhancementgood first issuetooling

Repository metrics

Stars
 (1 star)
PR merge metrics
 (PR metrics pending)

Description

Describe the solution you'd like

Calculate and display estimated reading time for each blog post based on word count.

  • Add reading time calculation to build script
  • Display reading time on post pages and index
  • Use standard reading speed (200-250 WPM)
  • Style the reading time indicator

Contributor guide