+ [2013-12-03T15:29:56Z] jaybe i'm referring more to 'public' submissions/comments, avoiding spam/slam, ... requiring proof/origin-by-email, etc.
+ [2013-12-03T15:30:32Z] kaffeebohne You can do all that before you let the comment through.
+ [2013-12-03T15:30:39Z] kaffeebohne But it's not built in.
+ [2013-12-03T15:34:37Z] kaffeebohne jaybe: Maybe you should join #annotator, they can help better than me.
+ [2013-12-03T15:47:26Z] SirFunk I'm writing a plugin that provides a liquid tag. I need to load some data from a YAML file. In my PageGenerator plugins it gets sent a site variable that you can get the path from.. how do you get the path in a LiquidTag?

message no. 14497

Posted by kaffeebohne in #jekyll at 2013-12-03T15:30:32Z

You can do all that before you let the comment through.
+ [2013-12-04T00:09:42Z] TheTrash Trying to set my own global variable, so I put meh: test in _config.yml, but adding {{ meh }} to my page strips it and doesn't display the text... am I misunderstanding?
+ [2013-12-04T04:49:08Z] bret TheTrash you need to do {{ site.meh }}
+ [2013-12-04T04:49:58Z] bret and make sure you stop jekyll serve --watch if thats what you are using. changing _configure requires starting that process over again
+ [2013-12-04T05:46:25Z] jaybe TheTrash, refer to the docs about the new Data variables available site-wide, without a restart.
+ [2013-12-04T05:46:50Z] jaybe TheTrash, http://jekyllrb.com/docs/datafiles/