+ [8 years ago] dos000 container_name: does not seem to affect image name
+ [8 years ago] dos000 ^^^ last line was meant for #docker
+ [8 years ago] 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"
+ [8 years ago] allejo what's the difference between minima's Rakefile and `jekyll watch`?
+ [8 years ago] allejo i.e. why have a `rake preview` when you could just jekyll serve/watch

message no. 155251

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

i chained bundle install folowed byt bundle exec and it seems to work
+ [8 years ago] kzisme anyone know how long it takes for a github pages jekyll page to update after you push to it
+ [8 years ago] miklb it should be pretty fast. They were having some issues "high level of exceptions" earlier
+ [8 years ago] kzisme Thanks miklb it updated :)
+ [8 years ago] allejo oh. github pages only supports the minima theme atm...
+ [8 years ago] Guest24 how to add pagination to jekyll 3.3.0 ? I don't see directories like _includes... in this version ?