This repository serves as a comment data storage system for yogiveloper.com. It is designed to manage blog comments through GitHub Issues, providing a simple and efficient way to handle user interactions.
- Comment Storage: Acts as a centralized data store for comments from the yogiveloper.com blog
- Automated Issue Creation: Issues are automatically created from the blog when users submit comments
- Repository Split: Keeps comment data separate from the main blog repository for better organization and maintainability
- Easy Management: Leverages GitHub's issue system for comment moderation and management
When a user posts a comment on yogiveloper.com, the system automatically creates an issue in this repository. This approach provides:
- Version control for comments
- Built-in moderation tools
- Easy spam filtering
- Community engagement through GitHub
This is a split repository architecture where:
- The main blog content lives in a separate repository
- Comment data is stored here as GitHub Issues
- This separation allows for better scalability and organization
Automated comment system for yogiveloper.com