(no title)
lnoir | 3 years ago
I built something similar a fews back, mainly for myself: UI for creating/editing content and generated static output. It fully integrated Git into the workflow and handled publishing to your own subdomain (free hosting). It was pretty minimalist but worked fairly well. Originally I built it for desktop, then later decided I needed it available anywhere and rebuilt it as a web app.
I eventually stopped working on it though because I ran into problems with the browser implementation of Git provided by the library Isomorphic-Git (it could only handle simple merges). I also stopped writing, and since I had no users besides myself I lacked motivation to resolve outstanding issues
The app still exists and even very recently it crossed my mind to revisit it. You might just have inspired me to do so.
Edit: fix typo
No comments yet.