Hacker News new | ask | show | jobs
by macrael 5410 days ago
Does Stasis (or any of the other tools in this space) allow you to run a service on your web server that you could post new markdown files to, kicking off a recompile of your static site? I'd like to be able to post a new entry without having to hit the command line, re-render everything and rsnyc changes back up.
2 comments

It looks like this could be done easily enough with the stasis server mode (http://stasis.me/#more).
But only if it uses Redis? You probably need a backup solution for folks w/o things like Redis.
Using git with a post-commit hook would work well for this.