+ [2016-08-22T15:52:22Z] jekyllrb The operation succeeded.
+ [2016-08-22T15:52:22Z] jaybe ./learn create theme is https://jekyllrb.com/docs/themes/#creating-a-theme
+ [2016-08-22T17:32:12Z] joshmace @jaybe managed to get a new theme created and up and running. thanks for the assit.
+ [2016-08-22T17:32:26Z] jaybe joshmace, great! excellent

message no. 147609

Posted by joshmace in #jekyll at 2016-08-22T15:38:47Z

Hello out there! Ok so I'm new to Jekyll and I'm running into an issue... After installation, I am missing the _layouts and _includes directories. I'm on Mac OSX El Capitan.
+ [2016-08-23T10:56:11Z] Takumo Hi all, couple quick questions:
+ [2016-08-23T10:56:49Z] Takumo - Are assigned variables available within includes? e.g {% assign foo = "bar" %} {% include show_bar.html %} -- Will `foo` be defined insite show_bar.html ?
+ [2016-08-23T10:57:23Z] Takumo - How would I iterate over a filter of a site.data and then include? In Ruby I'd do site.data.foos.select { |foo| foo.bar == "baz" }.each
+ [2016-08-23T11:00:03Z] Takumo I guess these are more questions about Liquid though?
+ [2016-08-23T11:02:22Z] Takumo Weirdly its like the liquid statements in my page aren't being processed? They're just showing directly (via jekyll serve --watch --trace)