+ [11 years ago] nfk if i want to make colours in css variables, what's the best way to do it?
+ [11 years ago] nfk i suspect i can use _data
+ [11 years ago] nfk but i was wondering if there isn't a better way
+ [11 years ago] travis-ci [travis-ci] jekyll/jekyll#2645 (branding) The build passed. http://travis-ci.org/jekyll/jekyll/builds/16837076

message no. 16601

Posted by tuskkk in #jekyll at 2014-01-12T06:06:28Z

its best to stick to jekyll docs and do stuff mentioned there....
+ [11 years ago] travis-ci [travis-ci] jekyll/jekyll#2659 (excludes-relative-to-site-source-docs) The build passed. http://travis-ci.org/jekyll/jekyll/builds/16853374
+ [11 years ago] zxiiro_ Hi everyone, I was wondering if it's possible to run "jekyll --safe", but still allow some plugins that are approved by the sysadmin?
+ [11 years ago] jaybe zxiiro_, by default, i don't think so. --safe means safe, from plugins. however, perhaps a plugin, itself, could manage what is and is not allowed to run.
+ [11 years ago] jaybe zxiiro_, hmm there may be a way to determine which may/may not run. see this url: http://jekyllrb.com/docs/plugins/
+ [11 years ago] zxiiro_ yeah i was reading that site, near the middle it says a plugin can specify that it is 'safe' too but it needs to be included in "core" to be able to run in safe mode.