DEV Community

Cover image for Automatically commit your Dev.to articles to your personal GitHub repo
Pipedream
Pipedream

Posted on

Automatically commit your Dev.to articles to your personal GitHub repo

As you know, Dev.to is one of the biggest Developer communities on the web.

One of the killer features that is that your posts are natively in Markdown with frontmatter that's common static site generators like Jekyll.

Every post you make on Dev.to is actually compatible with static site generators.

In this tutorial, I'll show you how to use Pipedream to build a workflow that will automatically sync your Dev.to articles to your GitHub repository.

That way your posts are backed up in version control, and you can automatically publish them onto your own statically generated site built with Netlify or Vercel.

Top comments (0)