TLDR
Fork this repo github.com/gautemo/blog-devto-backend and change the username to yours on dev.to in script/app.js. Now you got your ...
For further actions, you may consider blocking this person and/or reporting abuse
Nice work Gaute! Love all the approaches of taking advantage of DEV's API :)
Also love the resulting UI you coded :)
You might also be interested in knowing that we have a partnership with Stackbit to generate a blog from a user DEV's posts, you can start from dev.to/settings/integrations
For a lot of detail you can check this post:
You can now generate self-hostable static blogs right from your DEV content via Stackbit
Ben Halpern ・ Sep 26 '19 ・ 4 min read
Thank you!
I did not know, thanks for sharing this 😃
I forked the repo today and this is great as it has no dependencies with any external tool as such to maintain. FYI - If the person is not having website URL in the dev.to profile, article page is breaking and is only displaying article titles when clicked.
Thank you for the comment and thank you so much for letting me know :) The GitHub repo is updated now.
This is how you can do it with Vue. Just look at how simple this component is:
If you are using scoped css, remember to use >>> to break scoped css. Like this:
This is how I did it hosting my article here as well, gaute.dev/dev-blog/developer-blog-...
thank you. i've been looking for a simple way to add blog to my site.
Happy to be able to help 🤗
great post. Thanks
would be cool if you add medium also so we can have benefit of both world but very cool work btw
Yes, thank you for the suggestion! Maybe I will look into that in the future. Their API looks a little more complicated though, needing an access token to acquire the authorId.
I'd use some framework to help with SEO, but the idea is awesome!
Thanks for sharing!