
Create pull requests for blog comments posted via a form (v1 function)
The Jekyll Blog Comments Azure Function is an Azure Function App designed to receive comment form submissions and create a pull request against a GitHub repository. This function is part of the jekyll-blog-comments system and is used to add comments to a Jekyll site.
The Jekyll Blog Comments Azure Function is a useful tool for adding comment functionality to a Jekyll site. It provides integration with GitHub for creating pull requests to add comments, and also offers optional sentiment analysis. By following the installation guide, users can easily set up and configure this function to enhance their Jekyll-based blogs with comment functionality.

Jekyll is a static site generator written in Ruby that allows you to create simple, fast, and secure websites without the need for a database.
Blog websites feature posts written by one or more authors, organized by categories and tags, with a section for comments and archives sorted by date or topic. Additional features may include search bar, social media sharing, subscription or RSS feed, about and contact pages, and visual content.