TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

How do non-techies edit Jamstack websites?

13 点作者 ndumai超过 4 年前
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?

6 条评论

interactivecode超过 4 年前
They 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.
评论 #26341024 未加载
评论 #26338886 未加载
评论 #26326745 未加载
评论 #26317728 未加载
gtirloni超过 4 年前
<a href="https:&#x2F;&#x2F;www.netlifycms.org" rel="nofollow">https:&#x2F;&#x2F;www.netlifycms.org</a>
评论 #26317753 未加载
1123581321超过 4 年前
If 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超过 4 年前
One of my projects is aimed at solving this problem: <a href="https:&#x2F;&#x2F;revamphq.com" rel="nofollow">https:&#x2F;&#x2F;revamphq.com</a><p>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.
cpach超过 4 年前
Solutions such as <a href="https:&#x2F;&#x2F;www.contentful.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.contentful.com&#x2F;</a> are probably useful for that purpose
approxim8ion超过 4 年前
Netlify CMS and Publii are very decent CMSs that generate or hook up to static site generators.