JPDVM2014 / my-dev.to

My dev.to blog posts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

My dev.to

maxime1992's blog source

Hello there! Please find all my blog posts published here: https://dev.to/maxime1992

As you probably guessed by now, I'm using GIT and Github as my source of truth for my articles and then whenever I push, a pipeline is ran on CI to publish/update my articles directly on dev.to. This means that people can raise pull requests directly here to fix typos, update articles or contribute somehow and as soon as I approve and merge, it'll update all the affected articles.

If you wish to know more about this setup, I've made a dedicated blog post for it. Additionally, here's how it works as a summary:

  • I've created a small CLI utility to publish to dev.to. It's open source and hosted here: https://github.com/maxime1992/dev-to-git. You can publish/update your dev.to articles directly from the console, either locally or on CI. It's as simple as providing a dev.to token
  • For convenience, I've also created a basic structure that is easy to reuse. I've open sourced that one as well on Github as a template that you can easily copy instead of forking this repo, removing all my articles etc... If you want to publish your articles on dev.to with the same mechanism I've explained so far, definitely use this template as it contains the Github actions already made for you. It's available here: https://github.com/maxime1992/dev.to

Any issues not related to one of my blog posts should be reported either to the CLI repo or to the template repo.

Blog posts

About

My dev.to blog posts


Languages

Language:TypeScript 99.6%Language:HTML 0.2%Language:JavaScript 0.2%Language:SCSS 0.1%