+[8 years ago]dos000container_name: does not seem to affect image name +[8 years ago]dos000^^^ last line was meant for #docker +[8 years ago]dos000i 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]allejowhat's the difference between minima's Rakefile and `jekyll watch`? +[8 years ago]allejoi.e. why have a `rake preview` when you could just jekyll serve/watch
i chained bundle install folowed byt bundle exec and it seems to work
+[8 years ago]kzismeanyone know how long it takes for a github pages jekyll page to update after you push to it +[8 years ago]miklbit should be pretty fast. They were having some issues "high level of exceptions" earlier +[8 years ago]kzismeThanks miklb it updated :) +[8 years ago]allejooh. github pages only supports the minima theme atm... +[8 years ago]Guest24how to add pagination to jekyll 3.3.0 ? I don't see directories like _includes... in this version ?