|
|
|
|
|
by nfreising
1453 days ago
|
|
So I spent a while on their page, https://www.hlx.live/business/project-plan seems to have the best explanation how Adobe thinks you should use their product. However I still don't really see the use case: > Helix dynamically renders HTML via Markdown that is generated from the content source documents. Markdown provides an abstraction as well as filter for content created in the various different data sources and strips all the formatting that cannot easily be projected into HTML semantics. This means you don’t have to worry about authors picking the wrong font, size, or color, Helix will take care that your final site looks as the design specs say. So it's just generating a markdown document from my Word document and dynamically renders that to HTML. It seems like a weird SSG that isn't static, relies on proprietary files stored in either Google Drive or SharePoint, and seems to be aimed at Content Creators that are not tech savy at all (why else would you prefer Word over md files?). However all that is still very confusing and it looks a bit like the project changed direction during development (e.g. there's still mention of GitHub as file storage which has been discontinued in the faqs etc.) I still don't see who would use this for their site. |
|
The hard part in maintaining a website by a team of non-geeks is not a Markdown renderer, but the fact that people have their own preferred tools and workflows, and aren't keen on learning yet another one. All the extra export/import/sync steps are a pain for them, and cause chaos when collaborating. You update the Markdown version, someone else changes the Word version instead, a third person hates Word, and someone else puts notes on GitHub, and now you need to train half a dozen people how to clone a repo and how to fix a detached head.