6 ms·
How do non-techies edit Jamstack websites?
I'm interested in understanding what marketers and editors/creators do when they need to update websites that don't have a classic editing platform like WordPress or Drupal. Do they learn how to use a Headless CMS, or maybe ask for full support from dev?
- cpach 6y agoSolutions such as https://www.contentful.com/ https://www.contentful.com/ are probably useful for that purpose
- interactivecode 6y agoThey could also learn how the website works, or how markdown works. Not everyone needs to be treated like toddlers. Colleagues can be surprisingly capable if you educate them.
- cpach 6y agoIndeed. But I also know lots of people in tech/IT who would straight out refuse to touch Git/Github/Markdown. Some of them might have good reasons. Some do not, but still refuse.
- arkitaip 6y agoWhy should they have to conform to your poor choice of tech? Why would anyone want their content creators use html or limited markdown when we've had competent GUI alternatives for decades now.
- runawaybottle 6y agoYou ever try to get someone to edit a json file? It’s like the moon to them. So many simple implementations require a GUI because people won’t touch json. This is not a matter of capability, but willingness.
- afarrell 6y ago> if you educate them When trying to educate a group of people, it is useful to understand the range of experiences they might have had. For example, you might ask a question like "How do non-techies edit Jamstack websites?"
- gtirloni 6y agohttps://www.netlifycms.org https://www.netlifycms.org
- cpach 6y agoVery interesting! What is the relationship between netlifycms.org and netlify.com?
- foopod 6y agoIt is made by the guys at netlify.com and works really well if you are hosted with them. I believe you can set it up to work with just about any host though as it just hooks up to a git repo and lets you make changes via a UI that you host wherever you have the rest of your site.
- approxim8ion 6y agoNetlify CMS and Publii are very decent CMSs that generate or hook up to static site generators.
- 1123581321 6y agoIf not using a CMS that compiles to static, teaching HTML classes works surprisingly well. We had a team of non-technical people become comfortable enough with Bootstrap classes to be productive in a reasonable time length. To actually get their edits, just have them either edit and commit directly on GitHub or Gitlab, or use a Git client with a nice enough GUI.
- adithyak 6y agoOne of my projects is aimed at solving this problem: https://revamphq.com https://revamphq.com Using Revamp, you can continue building on top of your existing stack while also allowing non-developers to make changes and deploy them immediately. Currently in beta.
- icemelt8 6y agoI make my Jamstack website generate from the wordpress REST API, so my content people still use Wordpress which they love, and once they publish the pipeline publishes my JamStack site which the public visits.