|
|
|
|
|
by mikece
2537 days ago
|
|
Something I've been wanting to write but will quite honestly never have time is a lightweight replacement for WordPress where all editing happens locally in an Electron app and a static site is published/rsynched to a web server with backups stored in a git or hg repo. The big nut to crack, in my mind, is to support multiple distributed content editors at once, which is why I was thinking that the publish action is really pushing to Git and invoking an API on the web server to do a `git fetch` or equivalent. Does anyone know of a project that does what I'm describing? ImportDoc sort of does this but with a reliance on Google Docs it's not 100% portable. |
|