Hacker News new | ask | show | jobs
by palidanx 2629 days ago
I use Netlify, but one of the issues I've had for CMS is easily uploading pictures like Medium. Are there any solutions to this?

I know in the github integration workflow, you have to manually upload the file and then link it which is kind of a pain if doing multiple images.

1 comments

Yes, netlify makes an open source CMS (single page app) which works with a bunch of static site generators. You can upload an image, edit the posts, and then the SPA will use github API to upload or edit.

https://www.netlifycms.org/

Just migrated our wordpress blog to jekyll + this. So far the content writers aren't super happy but the SEO speed scores are better :)