+[2017-01-04T21:19:25Z]parsniphmm, can i copy files from a hidden folder to a specified location (via jekyll)? +[2017-01-04T21:21:09Z]parsnipmaybe with _config.yml >> include: ... +[2017-01-04T22:17:09Z]parsnipokay, got it, maybe it has to be `- include_dirs: _resume/output' then `{% include resume.html %}' works. +[2017-01-04T23:21:21Z]allejoparsnip, you can also do {% include resume/index.html %} and just create a folder called "resume" inside of _includes +[2017-01-05T00:43:25Z]parsnipallejo: aha, interesting, thanks
+[2017-01-06T07:07:27Z]travis-cijekyll/classifier-reborn#216 The build passed. https://travis-ci.org/jekyll/classifier-reborn/builds/189429889 +[2017-01-06T19:39:01Z]parsnipdoes `includes_dir' have to have a unique value, or can i have a list of dirs? +[2017-01-06T20:42:53Z]insidious15hey all +[2017-01-06T20:42:58Z]insidious15anyone here have experience building generator plugins? +[2017-01-06T21:01:12Z]insidious15how do i access the front matter of a page from a Generator plugin?