+ [10 years ago] jekyllrb Title: tamouse/jekyll-twitter-bootstrap-template ยท GitHub (at github.com)
+ [10 years ago] pontiki um, my blog: blog.tamouse.org
+ [10 years ago] pontiki oo, i can make the repo it's own sample :)
+ [10 years ago] pontiki http://blog.tamouse.org/jekyll-twitter-bootstrap-template/
+ [10 years ago] jekyllrb Title: My Awesome Jekyll Site with Twitter Bootstrap (at blog.tamouse.org)

message no. 63637

Posted by danielsgroves in #jekyll at 2014-11-26T16:57:46Z

Ok, running Jekyll 2.5.2 on OS X Yosemite. I have a (currently, intentional) problem with the front-matter in a single markdown file for a post. As it stands this carries on simply printing an error to the console. When the build finishes the page is broken as the front-matter wasn't parsed properly. The exit code is still 0.
+ [10 years ago] travis-ci jekyll/jekyll-watch#29 The build passed. http://travis-ci.org/jekyll/jekyll-watch/builds/42288942
+ [10 years ago] jekyllrb Title: Travis CI - Free Hosted Continuous Integration Platform for the Open Source Community (at travis-ci.org)
+ [10 years ago] tombell does anyone know if it's possible to use a plugin in development, but not in production
+ [10 years ago] danielsgroves I guess you could do your production build in safe mode if you only have the one plugin
+ [10 years ago] danielsgroves Or have a build script with removes the plugin before doing the build on your production box?