Dev Posts To Jekyll Markdown Action

screenshot of Dev Posts To Jekyll Markdown Action
jekyll

GitHub Action to get newest DEV.to posts and convert to Jekyll markdown

Overview

The "Convert DEV Posts to Jekyll Markdown Post GitHub Action" is an action that allows users to automatically convert their latest DEV blog posts into Jekyll markdown and raise pull requests in their Jekyll repository. By leveraging the DEV API, the action checks for any new DEV posts and compares them with the latest post in the Jekyll repository. If a newer DEV post is found, it converts the post to Jekyll markdown and creates a pull request in the repository for review.

Features

  • Search and Retrieve DEV Posts: The action uses the DEV API to search and retrieve a DEV contributor's latest blog posts.
  • Comparison of Post Dates: The action checks if the newest DEV post is newer than the latest post in the Jekyll repository.
  • Automatic Conversion to Jekyll Markdown: If the DEV post is newer, the action converts the post to Jekyll markdown format.
  • Pull Request Creation: The action raises a pull request in the Jekyll repository with the converted DEV post as a new post.

Summary

The "Convert DEV Posts to Jekyll Markdown Post GitHub Action" simplifies the process of converting and integrating new DEV blog posts into a Jekyll repository. With automated retrieval, comparison, and conversion, users can easily keep their Jekyll blogs up-to-date with their latest DEV posts. By raising pull requests, the action ensures a seamless workflow for reviewing and incorporating new content. This action offers a convenient solution for developers who use both DEV and Jekyll as their blogging platforms.

jekyll
Jekyll

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
Blog

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.