+[2014-09-05T15:15:50Z]jbleuzengenerally people use it on there local machine and upload generates files on server with rsync (or other stuff), but github runs it on their server for github-pages feature +[2014-09-05T15:16:07Z]jbleuzenthe choice is up to you, but I guess it easier to runs it on your computer +[2014-09-05T15:51:10Z]jaybetortal, 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! +[2014-09-05T17:10:19Z]travis-ci[travis-ci] jekyll/jekyll#4359 (master) The build was broken. http://travis-ci.org/jekyll/jekyll/builds/34516179 +[2014-09-05T20:24:28Z]travis-ci[travis-ci] jekyll/jekyll-watch#21 The build passed. http://travis-ci.org/jekyll/jekyll-watch/builds/34532138
the choice is up to you, but I guess it easier to runs it on your computer
+[2014-09-06T02:10:24Z]tuananhis there any jekyll filter to allow me do sth like this {% include css/main.css | minify %} ? +[2014-09-06T11:43:08Z]KernelCurryHello everyone. I am having a bit of a problem with Jekyll and GH-Pages ... Everything it working on my machine (local) but when I put it into a repo in Github i can not get to the site ... Am i missing someting? IF somone would take a look and let me know i would be very greatful. It is probably a stupid mistake. REPO: https://github.com/kernelcurry/kernelcurry-site +[2014-09-06T11:47:42Z]pontikiKernelCurry: are you trying to set that up as User pages, or as Project pages? +[2014-09-06T11:48:17Z]pontikii.e., do you want that to show up as https://kernelcurry.github.com/ or as https://kernelcurry.github.com/kernelcurry-site/ ? +[2014-09-06T11:48:37Z]KernelCurryi want to show it at kernelcurry.com