Comment on The Immediate Future of JekyllparentComments−dr_win13yI'm also a heavy Jekyll user. I work on a Jekyll addon, which will allow live site edits. Imagine static site generator executed on client-side:https://github.com/darwin/terraformThe main trick is to use PhantomJS to pre-generate static site for initial serving.−unicornporn13yFantastic, that would be a dream come true. A Jekyll site that I could update even when I'm not at my own machine.−lukebaker13yIf you keep your Jekyll site on GitHub, you can edit your site in your browser with Prose. I imagine you use GitHub for its Jekyll building and mirror the built site elsewhere.http://prose.io/about.html
Comments
I'm also a heavy Jekyll user. I work on a Jekyll addon, which will allow live site edits. Imagine static site generator executed on client-side:
https://github.com/darwin/terraform
The main trick is to use PhantomJS to pre-generate static site for initial serving.
Fantastic, that would be a dream come true. A Jekyll site that I could update even when I'm not at my own machine.
If you keep your Jekyll site on GitHub, you can edit your site in your browser with Prose. I imagine you use GitHub for its Jekyll building and mirror the built site elsewhere.
http://prose.io/about.html