+[2014-10-06T21:51:01Z]JumblemuddleI'm attempting to use this theme: http://jekyllthemes.org/themes/solid/ +[2014-10-06T22:10:37Z]obnauticusCan anyone here reccomend a javascript XMPP / Jabber client to put onto my jekyll page? +[2014-10-06T22:36:36Z]JumblemuddleWhen jekyll says ' Liquid Exception: Included file '_includes/portfolio.html' not found in index.html', what are possible causes? Other than portoflio.html not being in _includes. +[2014-10-06T23:03:03Z]JumblemuddleAlright, I've been trying multiple themes, but all of them have issues with the `Included file '_includes/*.html' not found in *.html` error... I'm obviously doing something wrong. +[2014-10-06T23:07:42Z]JumblemuddleI'm an idiot sometimes... The includes weren't actually in the git repo. They were only local. Sorry to bother.
and even after running build I don't see any folders or file generated
+[2014-10-07T00:09:03Z]derHello all. I'm sorry is this sounds like a beginner question, but is it possible to create new pages dynamically based on what's in a data file, or can a data file only be used on a page that already exists? +[2014-10-07T00:20:20Z]jaybethat's a neat idea really. +[2014-10-07T00:22:03Z]jaybeby default, jekyll will not do this. you could probably use plugins to accomplish it. +[2014-10-07T00:22:35Z]jaybethat would be a neat way to spin up a framework based on yml data +[2014-10-07T00:27:17Z]bretder: possibly with collections?