+ [2019-04-06T21:07:34Z] jaybe ^
+ [2019-04-06T21:07:51Z] jaybe just include the files in the source; zero/little effort
+ [2019-04-06T21:49:38Z] cryptic0 jaybe sorry I was gone for a while. Can the exclude dir be inside _posts?
+ [2019-04-06T21:49:47Z] cryptic0 sorry I mean _site
+ [2019-04-06T21:51:34Z] 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. 171496

Posted by cryptic0 in #jekyll at 2019-04-06T19:42:40Z

I need to have some external php files inside the _site folder. However jekyll build/serve always cleans and recreates the _site folder thereby deleting my php files. I tried placing them in /assets/, but those don't get copied over to /_site/
+ [2019-04-07T13:00:42Z] jaybe cryptic0: sure ????????
+ [2019-04-07T13:00:59Z] jaybe eaily tested. dutifully documented.
+ [2019-04-07T13:50:55Z] cryptic0 jaybe: That worked. I put them in the source "assets" folder. Works well.
+ [2019-04-07T13:56:40Z] jaybe cryptic0 \o/ nice
+ [2019-04-08T02:30:57Z] 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 %}?