dabarov/pages-telegram-blog

[Feature]: Create Blog Post Template Generator

Open

#3 opened on 2025年9月1日

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)

説明

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

コントリビューターガイド