←back to thread

752 points crazypython | 3 comments | | HN request time: 0.597s | source
Show context
laurent92 ◴[] No.26371018[source]
Wordpress would have benefited from this.

What a lot of webmasters want is, test the site locally, then merge it back. A lot of people turned to Jekyll or Hugo for the very reason that it can be checked into git, and git is reliable. A static website can’t get hacked, whereas anyone who has been burnt with Wordpress security fail knows they’d prefer a static site.

And even more: People would like to pass the new website from the designer to the customer to managers — Wordpress might have not needed to develop their approval workflows (permission schemes, draft/preview/publish) if they had had a forkable database.

replies(4): >>26371473 #>>26371545 #>>26374035 #>>26374373 #
1. kenniskrag ◴[] No.26371545[source]
they have a theme preview now. :)
replies(1): >>26372561 #
2. jimsmart ◴[] No.26372561[source]
The parent post here is speaking to the content stored in the database, not the templates on the filesystem. Dolt enables one to merge, push and pull data, just as one would with files and git.
replies(1): >>26373974 #
3. 2malaq ◴[] No.26373974[source]
I read it as sarcasm.