+[2014-12-08T20:23:05Z]bretSawbones: not necessary the highlights of jekyll use, but a whole lot of examples https://github.com/jekyll/jekyll/wiki/Sites +[2014-12-08T20:23:07Z]jekyllrbTitle: Sites · jekyll/jekyll Wiki · GitHub (at github.com) +[2014-12-08T20:28:54Z]pontikii was using it as a news reader +[2014-12-08T20:28:58Z]pontikiand a comics reader +[2014-12-08T20:30:11Z]pontikii stopped tho because the build times were getting ridiculous because i never deleted any entries...
bret: You said it in past tense, did they remove it?
+[2014-12-09T01:27:57Z]SawbonesHey guys, how do I serve my jekyll app to everyone else, I ssh into my server and do `jekyll server` but when I visit my host at :4000 I can't access it +[2014-12-09T01:55:53Z]jaybeSawbones, the serve function is absolutely not meant for serving the public +[2014-12-09T01:56:17Z]jaybeSawbones, it's merely for development/testing. the server is available via localhost, by design. it is not a production server. +[2014-12-09T01:56:36Z]Sawbonesjaybe: How so? +[2014-12-09T01:56:40Z]jaybeSawbones, use a real web server, such as nginx, or apache, or lighthttpd, etc. to serve the generated/rendered site