+[2016-03-06T16:26:56Z]jaybegrossing, disregard, wrong nick completion +[2016-03-06T16:59:33Z]osfameronjaybe: I've never got incremental to work, but assumed that was my problem -- does it have issues in general? +[2016-03-06T17:35:39Z]testemonkerHello! Could please somebody help me? I want to include a bunch of rather large code snippets stored under my root `src` directory. Is that possible in Jekyll? I know about the {% include_relative %} tag but I have doubts about having my source files under the _posts directory. Is that an accepted practice in any way? Thanks. +[2016-03-06T17:40:44Z]osfamerontestemonker: usually you put includes under _includes/ +[2016-03-06T17:41:04Z]osfameronbut it depends on what you're trying to do
testemonker: usually you put includes under _includes/
+[2016-03-07T01:00:26Z]pareidoliaHi +[2016-03-07T01:00:35Z]pareidoliaIt's nice that posts can have different layouts +[2016-03-07T01:00:55Z]pareidoliaCan I make an index where each post has its own layout (as it would be displayed on its own page) ? +[2016-03-07T03:34:47Z]jaybeSure +[2016-03-07T03:57:25Z]fusion809Hi folks, I would like to load a custom font on my site. This font is available as ttf format, and I was wondering how I could get it loaded on my site. Like I can install the font locally, but I'm not sure how to install it such that my Jekyll site also has access to it.