+ [11 years ago] pontiki just point the root at the public directory
+ [11 years ago] sangyye ls__: for nginx it's just installing it and copy/link _site to the right place. jekyll im --watch mode should do the trick I think.
+ [11 years ago] ls__ Right, a symlink from sites-enabled/link -> sites-available/link
+ [11 years ago] ls__ Im not sure --watch mode?
+ [11 years ago] sangyye ls__: a symlink to the /var/wwwi think

message no. 15923

Posted by sangyye in #jekyll at 2014-01-01T22:17:08Z

ls__: I do this. I build it automatically on my pi and than serve it with nginx
+ [11 years ago] travis-ci [travis-ci] jekyll/jekyll#2567 (master) The build was fixed. http://travis-ci.org/jekyll/jekyll/builds/16241287
+ [11 years ago] bret anyone know of any node modules that parse jekyll post files?
+ [11 years ago] sangyye bret: post files are just yaml files that contain Markdown. So parsing should be easy. You just need a lib for node that parse Markdown
+ [11 years ago] Hurz Hi there!! Is there something like a web front end for jekyll, so I can create new pages online?