dabarov/pages-telegram-blog

[Feature]: Create Blog Post Template Generator

Open

#3 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

Create a Python script to generate new blog post scaffolding with interactive prompts

  • Create scripts/new_post.py
  • Interactive prompts for title, description, tags
  • Auto-generate folder structure and meta.json
  • Include basic HTML template

Example usage:

python scripts/new_post.py

Contributor guide