You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should create a "comparison" marketing page that compares Amagaki both to other static generators, and other tools in the website building space.
For example, we should compare at a minimum:
Static generators:
Grow
Hugo
Eleventy
Jekyll
Middleman
Webapp frameworks that can serve as static generators:
Gatsby
Next
React Static
Blog tools / CMS:
WordPress
Hosted software:
Squarespace, Wix, Weebly, etc.
Feedback from Vinod about why they use WordPress:
So the way the wordpress development is structured is just like building a web app in git, with all the usual development workflows, feature branches, integration pipelines that auto-deploy to a staging/development wordpress site, etc. The one difference is that all the development is related to layout and structure and "building" the wordpress admin UI's custom pages that the actual stakeholders then add content in. So code is easy to version control, and it does a good job of keeping the code DRY and following modern development principles while the content is added by someone else. The team size hasn't been a concern there.
I agree with the other issues though:
- version controlling content is hard. we basically don't do that on our custom pages. the non-technical folks would just add in the content needed
- deploying a part of the site on its own is not something we've entirely figured out. Because the DB migrations get in the way since the ACF fields/pages are all stored in the DB
- version controlling media is even harder because it's just a dump in the wp media library.
There are some benefits to wordpress like content approval workflows and all the plugins you get around optimizing things, SEO, etc. but we primarily chose it just as a CMS I guess. Maybe i should try out a static site generator next time, especially if the same people are updating content and code :thinking_face: . removes all that overhead of having to build the layout/fields for the admin UI that the content is updated via
The text was updated successfully, but these errors were encountered:
We should create a "comparison" marketing page that compares Amagaki both to other static generators, and other tools in the website building space.
For example, we should compare at a minimum:
Static generators:
Webapp frameworks that can serve as static generators:
Blog tools / CMS:
Hosted software:
Feedback from Vinod about why they use WordPress:
The text was updated successfully, but these errors were encountered: