+ [2016-10-31T02:54:52Z] dos000 container_name: does not seem to affect image name
+ [2016-10-31T02:55:23Z] dos000 ^^^ last line was meant for #docker
+ [2016-10-31T02:56:11Z] dos000 i have to call install before any command now ... command: sh -c "bundle install --path vendor/bundler --without deploy && bundle exec jekyll build --watch"
+ [2016-10-31T20:12:46Z] allejo what's the difference between minima's Rakefile and `jekyll watch`?
+ [2016-10-31T20:13:06Z] allejo i.e. why have a `rake preview` when you could just jekyll serve/watch

message no. 155250

Posted by dos000 in #jekyll at 2016-10-31T02:49:11Z

the docs dont mention it just says i cant find jekyll
+ [2016-11-01T03:36:19Z] kzisme anyone know how long it takes for a github pages jekyll page to update after you push to it
+ [2016-11-01T03:48:21Z] miklb it should be pretty fast. They were having some issues "high level of exceptions" earlier
+ [2016-11-01T04:31:04Z] kzisme Thanks miklb it updated :)
+ [2016-11-01T07:28:39Z] allejo oh. github pages only supports the minima theme atm...
+ [2016-11-01T10:07:29Z] Guest24 how to add pagination to jekyll 3.3.0 ? I don't see directories like _includes... in this version ?