Update: Looks like the dev API has changed. I added a new params option to get max 1000 articles.
We can agree that DEV is the best site for devs ...
For further actions, you may consider blocking this person and/or reporting abuse
I'm currently using the 11ty static site generator blog and publishing to a personal domain (from markdown) and dev.to listens to the rss to pick up articles automatically. All I have to do is change published value in the front matter to true and it publishes.
Thanks for mentioning this. Maybe I try this out.
Oh, I've heard of Eleventy last year, I think. That's a cool strategy. I will have to take a look at the rss thing!
Thanks for the input 😁. Really appreciate it!
Hi Igor! Nice post and usage of the API!
There's also a third option: you can request an export of your content, you can find it here at the bottom of the page: dev.to/settings/misc
I didn't know this feature exists! 😅
Right @rhymes , I had done that before, but I think using the api can keep your article update without download the export json each time.
Agree :) It's easier to script!
This is now at dev.to/settings/account (sorry for the bump, but this page shows in searches :)
I am not sure if this will also solve this problem. But I use the approach mentioned here: dev.to/maxime1992/manage-your-dev-...
This works without any effort and using this you could reference your repository from your personal blog or publish blog posts to dev.to and to your personal blog during build.
Nice idea!
Really good link. Thanks Josef! I wasn't aware of this method. This is actually really cool. I have had GH account for several years but I never used template option.
Really good link! 👍 Thank you very much!