+ [6 years ago] jaybe just include the files in the source; zero/little effort
+ [6 years ago] cryptic0 jaybe sorry I was gone for a while. Can the exclude dir be inside _posts?
+ [6 years ago] cryptic0 sorry I mean _site
+ [6 years ago] cryptic0 Wait, if I place the files in source, jekyll will copy them over into _site, even though jekyll does not generate those files?

message no. 171505

Posted by jaybe in #jekyll at 2019-04-06T21:07:51Z

just include the files in the source; zero/little effort
+ [6 years ago] jaybe cryptic0: sure ????????
+ [6 years ago] jaybe eaily tested. dutifully documented.
+ [6 years ago] cryptic0 jaybe: That worked. I put them in the source "assets" folder. Works well.
+ [6 years ago] jaybe cryptic0 \o/ nice
+ [6 years ago] cryptic0 If I was making a list of files from a folder (e.g. blog/) and print their titles on a page using liquid template, why can't I use {% for item in site.blog %}?