+[2016-08-22T15:52:22Z]jekyllrbThe 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:19Z]joshmace*assist +[2016-08-22T17:32:26Z]jaybejoshmace, great! excellent
message no. 147640
Posted by jaybe in #jekyll at 2016-08-22T17:32:26Z
joshmace, great! excellent
+[2016-08-23T10:56:11Z]TakumoHi 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]TakumoI guess these are more questions about Liquid though? +[2016-08-23T11:02:22Z]TakumoWeirdly its like the liquid statements in my page aren't being processed? They're just showing directly (via jekyll serve --watch --trace)