message no. 45766
Posted by jaybe in #jekyll at 2014-09-05T15:51:10Z
tortal, there are lots of ways to do it/things. one neat way is to have jekyll installed on the server... and use git repo on the server with the site. a git post-receive hook is set up that, when the user pushes a site update, the git receive hook fires and executes jekyll build... and sets the --destination of the render/output to the directory where the/a (real) web server serves static files. neat!